#9E321E

Color #9E321E Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown #9E321E

Tints of Brown #9E321E

Color information

#9E321E (or 0x9E321E) is unknown color: approx Brown. HEX triplet: 9E, 32 and 1E. RGB value is (158,50,30). Sum of RGB (Red+Green+Blue) = 158+50+30=238 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.39% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 30 (12.11% from 255 or 12.61% from 238); Max value from RGB is 158 - color contains mainly: red. Hex color #9E321E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E321E is #61CDE1. Grayscale: #505050. Windows color (decimal): -6409698 or 1979038. OLE color: 1979038.

HSL color Cylindrical-coordinate representation of color #9E321E: hue angle of 9.38º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9E321E is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.38.

Color convert

RGB1585030-
CMYK00.680.810.38
HSL9.38º68.09%36.86%-
HSV(B)9.38º81.01%61.96%-
XYZ15.489.642.27-
YUV80.0199.78183.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 158 (62.11% from 255) = 66.39%
GREEN value IS 50 (19.92% from 255) = 21.01%
BLUE value IS 30 (12.11% from 255) = 12.61%
R=66.39%
G=21.01%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.81
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158503000.680.810.389.3868.0936.86
Hex9E321E044512694425
Octal23662360104121461110445
Binary100111101100101111001000100101000110011010011000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E321E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E321E; }

 p { color: rgb(158,50,30); }

 H1.HeaderClassName
 {
   color: #9E321E;
 }
 .AnyTagClassName
 {
   color: #9E321E;
 }
</style>
background-color css

<style>
 a { background-color: #9E321E; }

 a { background-color: rgb(158,50,30); }

 div.DivClassName
 {
   background-color: #9E321E;
 }
 .BgClassName
 {
   background-color: #9E321E;
 }
</style>
border-color css

<style>
 span { border-color: #9E321E; }

 span { border-color: rgb(158,50,30); }

 td.TdClassName
 {
   border-color: #9E321E;
 }
 .TagClassName
 {
   border-color: #9E321E;
 }
</style>