#955A36

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

Shades of Indochine #955A36

Tints of Indochine #955A36

Color information

#955A36 (or 0x955A36) is unknown color: approx Indochine. HEX triplet: 95, 5A and 36. RGB value is (149,90,54). Sum of RGB (Red+Green+Blue) = 149+90+54=293 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.85% from 293); Green value is 90 (35.55% from 255 or 30.72% from 293); Blue value is 54 (21.48% from 255 or 18.43% from 293); Max value from RGB is 149 - color contains mainly: red. Hex color #955A36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955A36 is #6AA5C9. Grayscale: #676767. Windows color (decimal): -6989258 or 3562133. OLE color: 3562133.

HSL color Cylindrical-coordinate representation of color #955A36: hue angle of 22.74º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #955A36 is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB1499054-
CMYK00.400.640.42
HSL22.74º46.8%39.8%-
HSV(B)22.74º63.76%58.43%-
XYZ16.7213.975.31-
YUV103.54100.05160.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.85%
GREEN value IS 90 (35.55% from 255) = 30.72%
BLUE value IS 54 (21.48% from 255) = 18.43%
R=50.85%
G=30.72%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149905400.400.640.4222.7446.839.8
Hex955A36028402A172f28
Octal2251326605010052275750
Binary1001010110110101101100101000100000010101010111101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955A36; }

 p { color: rgb(149,90,54); }

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

<style>
 a { background-color: #955A36; }

 a { background-color: rgb(149,90,54); }

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

<style>
 span { border-color: #955A36; }

 span { border-color: rgb(149,90,54); }

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