#955E36

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

Shades of Indochine #955E36

Tints of Indochine #955E36

Color information

#955E36 (or 0x955E36) is unknown color: approx Indochine. HEX triplet: 95, 5E and 36. RGB value is (149,94,54). Sum of RGB (Red+Green+Blue) = 149+94+54=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 94 (37.11% from 255 or 31.65% from 297); Blue value is 54 (21.48% from 255 or 18.18% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #955E36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955E36 is #6AA1C9. Grayscale: #6A6A6A. Windows color (decimal): -6988234 or 3563157. OLE color: 3563157.

HSL color Cylindrical-coordinate representation of color #955E36: hue angle of 25.26º 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 #955E36 is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB1499454-
CMYK00.370.640.42
HSL25.26º46.8%39.8%-
HSV(B)25.26º63.76%58.43%-
XYZ17.0614.665.42-
YUV105.8898.72158.75-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.17%
GREEN value IS 94 (37.11% from 255) = 31.65%
BLUE value IS 54 (21.48% from 255) = 18.18%
R=50.17%
G=31.65%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149945400.370.640.4225.2646.839.8
Hex955E36025402A192f28
Octal2251366604510052315750
Binary1001010110111101101100100101100000010101011001101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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