#955B37

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

Shades of Indochine #955B37

Tints of Indochine #955B37

Color information

#955B37 (or 0x955B37) is unknown color: approx Indochine. HEX triplet: 95, 5B and 37. RGB value is (149,91,55). Sum of RGB (Red+Green+Blue) = 149+91+55=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 91 (35.94% from 255 or 30.85% from 295); Blue value is 55 (21.88% from 255 or 18.64% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #955B37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955B37 is #6AA4C8. Grayscale: #686868. Windows color (decimal): -6989001 or 3627925. OLE color: 3627925.

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

Color convert

RGB1499155-
CMYK00.390.630.42
HSL22.98º46.08%40%-
HSV(B)22.98º63.09%58.43%-
XYZ16.8314.155.46-
YUV104.24100.22159.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.51%
GREEN value IS 91 (35.94% from 255) = 30.85%
BLUE value IS 55 (21.88% from 255) = 18.64%
R=50.51%
G=30.85%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.63
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149915500.390.630.4222.9846.0840
Hex955B370273F2A172e28
Octal225133670477752275650
Binary100101011011011110111010011111111110101010111101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,91,55); }

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

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

 a { background-color: rgb(149,91,55); }

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

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

 span { border-color: rgb(149,91,55); }

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