Html Css Color HEX #9C5E31 Indochine

📋 copy color: '#9C5E31'

red 156 ◦ green 94 ◦ blue 49

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

Shades of Indochine #9C5E31

Tints of Indochine #9C5E31

RGB

 RED value IS 156 (61.33% from 255) = 52.17%

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

 BLUE value IS 49 (19.53% from 255) = 16.39%

R = 52.17%
G = 31.44%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.69

 K value IS 0.39

RGB Variations

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

Color information

#9C5E31 (or 0x9C5E31) is known color: Indochine. HEX triplet: 9C, 5E and 31. RGB value is (156,94,49). Sum of RGB (Red+Green+Blue) = 156+94+49=299 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.17% from 299); Green value is 94 (37.11% from 255 or 31.44% from 299); Blue value is 49 (19.53% from 255 or 16.39% from 299); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5E31 is #63A1CE. Grayscale: #6B6B6B. Windows color (decimal): -6529487 or 3235484. OLE color: 3235484.

HSL color Cylindrical-coordinate representation of color #9C5E31: hue angle of 25.23º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9C5E31 is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 94 49 -
CMYK 0 0.40 0.69 0.39
HSL 25.23º 0.52% 0.4% -
HSV(B) 25.23º 0.69% 0.61% -
XYZ 18.27 15.3 4.9 -
YUV 107.41 95.04 162.66 -
System Red Green Blue C M Y K H S L
Decimal 156 94 49 0 0.40 0.69 0.39 25.23 0.52 0.4
Hex 9C 5E 31 0 28 45 27 19 34 28
Octal 234 136 61 0 50 105 47 31 64 50
Binary 10011100 1011110 110001 0 101000 1000101 100111 11001 110100 101000

Color Harmonies of #9C5E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5E31

Black with #9C5E31

Text Example


Text Example

White with #9C5E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,94,49); }

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

background-color css

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

 a { background-color: rgb(156,94,49); }

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

border-color css

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

 span { border-color: rgb(156,94,49); }

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