#995A31

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

Shades of Indochine #995A31

Tints of Indochine #995A31

Color information

#995A31 (or 0x995A31) is unknown color: approx Indochine. HEX triplet: 99, 5A and 31. RGB value is (153,90,49). Sum of RGB (Red+Green+Blue) = 153+90+49=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 90 (35.55% from 255 or 30.82% from 292); Blue value is 49 (19.53% from 255 or 16.78% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #995A31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995A31 is #66A5CE. Grayscale: #686868. Windows color (decimal): -6727119 or 3234457. OLE color: 3234457.

HSL color Cylindrical-coordinate representation of color #995A31: hue angle of 23.65º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #995A31 is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.4.

Color convert

RGB1539049-
CMYK00.410.680.4
HSL23.65º51.49%39.61%-
HSV(B)23.65º67.97%60%-
XYZ17.3514.314.75-
YUV104.1696.87162.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.40%
GREEN value IS 90 (35.55% from 255) = 30.82%
BLUE value IS 49 (19.53% from 255) = 16.78%
R=52.40%
G=30.82%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.68
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153904900.410.680.423.6551.4939.61
Hex995A310294428183328
Octal2311326105110450306350
Binary1001100110110101100010101001100010010100011000110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995A31; }

 p { color: rgb(153,90,49); }

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

<style>
 a { background-color: #995A31; }

 a { background-color: rgb(153,90,49); }

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

<style>
 span { border-color: #995A31; }

 span { border-color: rgb(153,90,49); }

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