Shades of Saddle Brown #954808
Tints of Saddle Brown #954808
RGB
CMYK
RGB Variations
Color information
#954808 (or 0x954808) is known color: Saddle Brown. HEX triplet: 95, 48 and 08. RGB value is (149,72,8). Sum of RGB (Red+Green+Blue) = 149+72+8=229 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.07% from 229); Green value is 72 (28.52% from 255 or 31.44% from 229); Blue value is 8 (3.52% from 255 or 3.49% from 229); Max value from RGB is 149 - color contains mainly: red. Hex color #954808 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954808 is #6AB7F7. Grayscale: #585858. Windows color (decimal): -6993912 or 542869. OLE color: 542869.
HSL color Cylindrical-coordinate representation of color #954808: hue angle of 27.23º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #954808 is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 72 | 8 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.42 |
| HSL | 27.23º | 0.9% | 0.31% | - |
| HSV(B) | 27.23º | 0.95% | 0.58% | - |
| XYZ | 14.76 | 11.04 | 1.58 | - |
| YUV | 87.73 | 83.01 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 72 | 8 | 0 | 0.52 | 0.95 | 0.42 | 27.23 | 0.9 | 0.31 |
| Hex | 95 | 48 | 8 | 0 | 34 | 5F | 2A | 1B | 5A | 1F |
| Octal | 225 | 110 | 10 | 0 | 64 | 137 | 52 | 33 | 132 | 37 |
| Binary | 10010101 | 1001000 | 1000 | 0 | 110100 | 1011111 | 101010 | 11011 | 1011010 | 11111 |
Color Harmonies of #954808
Complementary color
Monochromatic Colors of #954808
Black with #954808
Text Example
Text Example
White with #954808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954808; }
p { color: rgb(149,72,8); }
H1.HeaderClassName
{
color: #954808;
}
.AnyTagClassName
{
color: #954808;
}
</style>
background-color css
<style>
a { background-color: #954808; }
a { background-color: rgb(149,72,8); }
div.DivClassName
{
background-color: #954808;
}
.BgClassName
{
background-color: #954808;
}
</style>
border-color css
<style>
span { border-color: #954808; }
span { border-color: rgb(149,72,8); }
td.TdClassName
{
border-color: #954808;
}
.TagClassName
{
border-color: #954808;
}
</style>