Html Css Color HEX #9C5D30 Indochine

📋 copy color: '#9C5D30'

red 156 ◦ green 93 ◦ blue 48

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

Shades of Indochine #9C5D30

Tints of Indochine #9C5D30

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.31%

 BLUE value IS 48 (19.14% from 255) = 16.16%

R = 52.53%
G = 31.31%
B = 16.16%

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

#9C5D30 (or 0x9C5D30) is known color: Indochine. HEX triplet: 9C, 5D and 30. RGB value is (156,93,48). Sum of RGB (Red+Green+Blue) = 156+93+48=297 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.53% from 297); Green value is 93 (36.72% from 255 or 31.31% from 297); Blue value is 48 (19.14% from 255 or 16.16% from 297); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5D30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5D30 is #63A2CF. Grayscale: #6A6A6A. Windows color (decimal): -6529744 or 3169692. OLE color: 3169692.

HSL color Cylindrical-coordinate representation of color #9C5D30: hue angle of 25º degrees, saturation: 0.53, 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 #9C5D30 is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 93 48 -
CMYK 0 0.40 0.69 0.39
HSL 25º 0.53% 0.4% -
HSV(B) 25º 0.69% 0.61% -
XYZ 18.16 15.11 4.76 -
YUV 106.71 94.87 163.16 -
System Red Green Blue C M Y K H S L
Decimal 156 93 48 0 0.40 0.69 0.39 25 0.53 0.4
Hex 9C 5D 30 0 28 45 27 19 35 28
Octal 234 135 60 0 50 105 47 31 65 50
Binary 10011100 1011101 110000 0 101000 1000101 100111 11001 110101 101000

Color Harmonies of #9C5D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5D30

Black with #9C5D30

Text Example


Text Example

White with #9C5D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,93,48); }

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

background-color css

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

 a { background-color: rgb(156,93,48); }

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

border-color css

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

 span { border-color: rgb(156,93,48); }

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