#9C5F38

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

Shades of Indochine #9C5F38

Tints of Indochine #9C5F38

Color information

#9C5F38 (or 0x9C5F38) is unknown color: approx Indochine. HEX triplet: 9C, 5F and 38. RGB value is (156,95,56). Sum of RGB (Red+Green+Blue) = 156+95+56=307 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.81% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 56 (22.27% from 255 or 18.24% from 307); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5F38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5F38 is #63A0C7. Grayscale: #6D6D6D. Windows color (decimal): -6529224 or 3694492. OLE color: 3694492.

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

Color convert

RGB1569556-
CMYK00.390.640.39
HSL23.4º47.17%41.57%-
HSV(B)23.4º64.1%61.18%-
XYZ18.5215.545.76-
YUV108.7998.21161.67-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50.81%
GREEN value IS 95 (37.5% from 255) = 30.94%
BLUE value IS 56 (22.27% from 255) = 18.24%
R=50.81%
G=30.94%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.64
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156955600.390.640.3923.447.1741.57
Hex9C5F380274027172f2a
Octal2341377004710047275752
Binary1001110010111111110000100111100000010011110111101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,95,56); }

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

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

 a { background-color: rgb(156,95,56); }

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

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

 span { border-color: rgb(156,95,56); }

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