#955F33

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

Shades of Indochine #955F33

Tints of Indochine #955F33

Color information

#955F33 (or 0x955F33) is unknown color: approx Indochine. HEX triplet: 95, 5F and 33. RGB value is (149,95,51). Sum of RGB (Red+Green+Blue) = 149+95+51=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 95 (37.5% from 255 or 32.20% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #955F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955F33 is #6AA0CC. Grayscale: #6A6A6A. Windows color (decimal): -6987981 or 3366805. OLE color: 3366805.

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

Color convert

RGB1499551-
CMYK00.360.660.42
HSL26.94º49%39.22%-
HSV(B)26.94º65.77%58.43%-
XYZ17.0814.815.09-
YUV106.1396.89158.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.51%
GREEN value IS 95 (37.5% from 255) = 32.20%
BLUE value IS 51 (20.31% from 255) = 17.29%
R=50.51%
G=32.20%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149955100.360.660.4226.944939.22
Hex955F33024422A1b3127
Octal2251376304410252336147
Binary1001010110111111100110100100100001010101011011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,95,51); }

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

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

 a { background-color: rgb(149,95,51); }

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

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

 span { border-color: rgb(149,95,51); }

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