Shades of Saddle Brown #952600
Tints of Saddle Brown #952600
RGB
CMYK
RGB Variations
Color information
#952600 (or 0x952600) is known color: Saddle Brown. HEX triplet: 95, 26 and 00. RGB value is (149,38,0). Sum of RGB (Red+Green+Blue) = 149+38+0=187 (24% of max value = 765). Red value is 149 (58.59% from 255 or 79.68% from 187); Green value is 38 (15.23% from 255 or 20.32% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 149 - color contains mainly: red. Hex color #952600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952600 is #6AD9FF. Grayscale: #434343. Windows color (decimal): -7002624 or 9877. OLE color: 9877.
HSL color Cylindrical-coordinate representation of color #952600: hue angle of 15.3º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #952600 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 38 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.42 |
| HSL | 15.3º | 1% | 0.29% | - |
| HSV(B) | 15.3º | 1% | 0.58% | - |
| XYZ | 13.09 | 7.78 | 0.81 | - |
| YUV | 66.86 | 90.27 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 38 | 0 | 0 | 0.74 | 1 | 0.42 | 15.3 | 1 | 0.29 |
| Hex | 95 | 26 | 0 | 0 | 4A | 64 | 2A | F | 64 | 1D |
| Octal | 225 | 46 | 0 | 0 | 112 | 144 | 52 | 17 | 144 | 35 |
| Binary | 10010101 | 100110 | 0 | 0 | 1001010 | 1100100 | 101010 | 1111 | 1100100 | 11101 |
Color Harmonies of #952600
Complementary color
Monochromatic Colors of #952600
Black with #952600
Text Example
Text Example
White with #952600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952600; }
p { color: rgb(149,38,0); }
H1.HeaderClassName
{
color: #952600;
}
.AnyTagClassName
{
color: #952600;
}
</style>
background-color css
<style>
a { background-color: #952600; }
a { background-color: rgb(149,38,0); }
div.DivClassName
{
background-color: #952600;
}
.BgClassName
{
background-color: #952600;
}
</style>
border-color css
<style>
span { border-color: #952600; }
span { border-color: rgb(149,38,0); }
td.TdClassName
{
border-color: #952600;
}
.TagClassName
{
border-color: #952600;
}
</style>