Shades of Saddle Brown #955102
Tints of Saddle Brown #955102
RGB
CMYK
RGB Variations
Color information
#955102 (or 0x955102) is known color: Saddle Brown. HEX triplet: 95, 51 and 02. RGB value is (149,81,2). Sum of RGB (Red+Green+Blue) = 149+81+2=232 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.22% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 149 - color contains mainly: red. Hex color #955102 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955102 is #6AAEFD. Grayscale: #5C5C5C. Windows color (decimal): -6991614 or 151957. OLE color: 151957.
HSL color Cylindrical-coordinate representation of color #955102: hue angle of 32.24º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #955102 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 81 | 2 | - |
| CMYK | 0 | 0.46 | 0.99 | 0.42 |
| HSL | 32.24º | 0.97% | 0.3% | - |
| HSV(B) | 32.24º | 0.99% | 0.58% | - |
| XYZ | 15.35 | 12.28 | 1.62 | - |
| YUV | 92.33 | 77.03 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 81 | 2 | 0 | 0.46 | 0.99 | 0.42 | 32.24 | 0.97 | 0.3 |
| Hex | 95 | 51 | 2 | 0 | 2E | 63 | 2A | 20 | 61 | 1E |
| Octal | 225 | 121 | 2 | 0 | 56 | 143 | 52 | 40 | 141 | 36 |
| Binary | 10010101 | 1010001 | 10 | 0 | 101110 | 1100011 | 101010 | 100000 | 1100001 | 11110 |
Color Harmonies of #955102
Complementary color
Monochromatic Colors of #955102
Black with #955102
Text Example
Text Example
White with #955102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955102; }
p { color: rgb(149,81,2); }
H1.HeaderClassName
{
color: #955102;
}
.AnyTagClassName
{
color: #955102;
}
</style>
background-color css
<style>
a { background-color: #955102; }
a { background-color: rgb(149,81,2); }
div.DivClassName
{
background-color: #955102;
}
.BgClassName
{
background-color: #955102;
}
</style>
border-color css
<style>
span { border-color: #955102; }
span { border-color: rgb(149,81,2); }
td.TdClassName
{
border-color: #955102;
}
.TagClassName
{
border-color: #955102;
}
</style>