#9D5A30

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

Shades of Indochine #9D5A30

Tints of Indochine #9D5A30

Color information

#9D5A30 (or 0x9D5A30) is unknown color: approx Indochine. HEX triplet: 9D, 5A and 30. RGB value is (157,90,48). Sum of RGB (Red+Green+Blue) = 157+90+48=295 (39% of max value = 765). Red value is 157 (61.72% from 255 or 53.22% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 48 (19.14% from 255 or 16.27% from 295); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5A30 is #62A5CF. Grayscale: #696969. Windows color (decimal): -6464976 or 3168925. OLE color: 3168925.

HSL color Cylindrical-coordinate representation of color #9D5A30: hue angle of 23.12º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9D5A30 is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB1579048-
CMYK00.430.690.38
HSL23.12º53.17%40.2%-
HSV(B)23.12º69.43%61.57%-
XYZ18.0914.694.68-
YUV105.2495.7164.92-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 53.22%
GREEN value IS 90 (35.55% from 255) = 30.51%
BLUE value IS 48 (19.14% from 255) = 16.27%
R=53.22%
G=30.51%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.69
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157904800.430.690.3823.1253.1740.2
Hex9D5A3002B4526173528
Octal2351326005310546276550
Binary1001110110110101100000101011100010110011010111110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,90,48); }

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

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

 a { background-color: rgb(157,90,48); }

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

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

 span { border-color: rgb(157,90,48); }

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