Shades of Indochine #955B2F
Tints of Indochine #955B2F
RGB
CMYK
RGB Variations
Color information
#955B2F (or 0x955B2F) is known color: 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
| RGB | 149 | 91 | 47 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.42 |
| HSL | 25.88º | 0.52% | 0.38% | - |
| HSV(B) | 25.88º | 0.68% | 0.58% | - |
| XYZ | 16.65 | 14.08 | 4.53 | - |
| YUV | 103.33 | 96.22 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 91 | 47 | 0 | 0.39 | 0.68 | 0.42 | 25.88 | 0.52 | 0.38 |
| Hex | 95 | 5B | 2F | 0 | 27 | 44 | 2A | 1A | 34 | 26 |
| Octal | 225 | 133 | 57 | 0 | 47 | 104 | 52 | 32 | 64 | 46 |
| Binary | 10010101 | 1011011 | 101111 | 0 | 100111 | 1000100 | 101010 | 11010 | 110100 | 100110 |
Color Harmonies of #955B2F
Complementary color
Monochromatic Colors of #955B2F
Black with #955B2F
Text Example
Text Example
White with #955B2F
Text Example
Text Example
HTML Codes & Css Web 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>