Html Css Color HEX #9C5B2C Indochine

📋 copy color: '#9C5B2C'

red 156 ◦ green 91 ◦ blue 44

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

Shades of Indochine #9C5B2C

Tints of Indochine #9C5B2C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.27%

 BLUE value IS 44 (17.58% from 255) = 15.12%

R = 53.61%
G = 31.27%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.72

 K value IS 0.39

RGB Variations

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

Color information

#9C5B2C (or 0x9C5B2C) is known color: Indochine. HEX triplet: 9C, 5B and 2C. RGB value is (156,91,44). Sum of RGB (Red+Green+Blue) = 156+91+44=291 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.61% from 291); Green value is 91 (35.94% from 255 or 31.27% from 291); Blue value is 44 (17.58% from 255 or 15.12% from 291); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5B2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5B2C is #63A4D3. Grayscale: #696969. Windows color (decimal): -6530260 or 2907036. OLE color: 2907036.

HSL color Cylindrical-coordinate representation of color #9C5B2C: hue angle of 25.18º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9C5B2C is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 91 44 -
CMYK 0 0.42 0.72 0.39
HSL 25.18º 0.56% 0.39% -
HSV(B) 25.18º 0.72% 0.61% -
XYZ 17.91 14.73 4.28 -
YUV 105.08 93.53 164.32 -
System Red Green Blue C M Y K H S L
Decimal 156 91 44 0 0.42 0.72 0.39 25.18 0.56 0.39
Hex 9C 5B 2C 0 2A 48 27 19 38 27
Octal 234 133 54 0 52 110 47 31 70 47
Binary 10011100 1011011 101100 0 101010 1001000 100111 11001 111000 100111

Color Harmonies of #9C5B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5B2C

Black with #9C5B2C

Text Example


Text Example

White with #9C5B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,91,44); }

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

background-color css

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

 a { background-color: rgb(156,91,44); }

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

border-color css

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

 span { border-color: rgb(156,91,44); }

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