#955B2F

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

Shades of Indochine #955B2F

Tints of Indochine #955B2F

Color information

#955B2F (or 0x955B2F) is unknown color: approx Indochine. HEX triplet: 95, 5B and 2F. RGB value is (149,91,47). Sum of RGB (Red+Green+Blue) = 149+91+47=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 47 (18.75% from 255 or 16.38% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #955B2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955B2F is #6AA4D0. Grayscale: #676767. Windows color (decimal): -6989009 or 3103637. OLE color: 3103637.

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

Color convert

RGB1499147-
CMYK00.390.680.42
HSL25.88º52.04%38.43%-
HSV(B)25.88º68.46%58.43%-
XYZ16.6514.084.53-
YUV103.3396.22160.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.92%
GREEN value IS 91 (35.94% from 255) = 31.71%
BLUE value IS 47 (18.75% from 255) = 16.38%
R=51.92%
G=31.71%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149914700.390.680.4225.8852.0438.43
Hex955B2F027442A1a3426
Octal2251335704710452326446
Binary1001010110110111011110100111100010010101011010110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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