Html Css Color HEX #9E5E33 Indochine

📋 copy color: '#9E5E33'

red 158 ◦ green 94 ◦ blue 51

#9E5E33
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indochine #9E5E33

Tints of Indochine #9E5E33

RGB

 RED value IS 158 (62.11% from 255) = 52.15%

 GREEN value IS 94 (37.11% from 255) = 31.02%

 BLUE value IS 51 (20.31% from 255) = 16.83%

R = 52.15%
G = 31.02%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.68

 K value IS 0.38

RGB Variations

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

Color information

#9E5E33 (or 0x9E5E33) is known color: Indochine. HEX triplet: 9E, 5E and 33. RGB value is (158,94,51). Sum of RGB (Red+Green+Blue) = 158+94+51=303 (40% of max value = 765). Red value is 158 (62.11% from 255 or 52.15% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 51 (20.31% from 255 or 16.83% from 303); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5E33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5E33 is #61A1CC. Grayscale: #6C6C6C. Windows color (decimal): -6398413 or 3366558. OLE color: 3366558.

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

Color convert

RGB 158 94 51 -
CMYK 0 0.41 0.68 0.38
HSL 24.11º 0.51% 0.41% -
HSV(B) 24.11º 0.68% 0.62% -
XYZ 18.7 15.51 5.14 -
YUV 108.23 95.7 163.5 -
System Red Green Blue C M Y K H S L
Decimal 158 94 51 0 0.41 0.68 0.38 24.11 0.51 0.41
Hex 9E 5E 33 0 29 44 26 18 33 29
Octal 236 136 63 0 51 104 46 30 63 51
Binary 10011110 1011110 110011 0 101001 1000100 100110 11000 110011 101001

Color Harmonies of #9E5E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5E33

Black with #9E5E33

Text Example


Text Example

White with #9E5E33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,94,51); }

 H1.HeaderClassName
 {
   color: #9E5E33;
 }
 .AnyTagClassName
 {
   color: #9E5E33;
 }
</style>

background-color css

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

 a { background-color: rgb(158,94,51); }

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

border-color css

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

 span { border-color: rgb(158,94,51); }

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