Shades of Saddle Brown #954102
Tints of Saddle Brown #954102
RGB
CMYK
RGB Variations
Color information
#954102 (or 0x954102) is known color: Saddle Brown. HEX triplet: 95, 41 and 02. RGB value is (149,65,2). Sum of RGB (Red+Green+Blue) = 149+65+2=216 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.98% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 149 - color contains mainly: red. Hex color #954102 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954102 is #6ABEFD. Grayscale: #535353. Windows color (decimal): -6995710 or 147861. OLE color: 147861.
HSL color Cylindrical-coordinate representation of color #954102: hue angle of 25.71º 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 #954102 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 65 | 2 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.42 |
| HSL | 25.71º | 0.97% | 0.3% | - |
| HSV(B) | 25.71º | 0.99% | 0.58% | - |
| XYZ | 14.3 | 10.17 | 1.27 | - |
| YUV | 82.93 | 82.33 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 65 | 2 | 0 | 0.56 | 0.99 | 0.42 | 25.71 | 0.97 | 0.3 |
| Hex | 95 | 41 | 2 | 0 | 38 | 63 | 2A | 1A | 61 | 1E |
| Octal | 225 | 101 | 2 | 0 | 70 | 143 | 52 | 32 | 141 | 36 |
| Binary | 10010101 | 1000001 | 10 | 0 | 111000 | 1100011 | 101010 | 11010 | 1100001 | 11110 |
Color Harmonies of #954102
Complementary color
Monochromatic Colors of #954102
Black with #954102
Text Example
Text Example
White with #954102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954102; }
p { color: rgb(149,65,2); }
H1.HeaderClassName
{
color: #954102;
}
.AnyTagClassName
{
color: #954102;
}
</style>
background-color css
<style>
a { background-color: #954102; }
a { background-color: rgb(149,65,2); }
div.DivClassName
{
background-color: #954102;
}
.BgClassName
{
background-color: #954102;
}
</style>
border-color css
<style>
span { border-color: #954102; }
span { border-color: rgb(149,65,2); }
td.TdClassName
{
border-color: #954102;
}
.TagClassName
{
border-color: #954102;
}
</style>