Shades of Saddle Brown #954908
Tints of Saddle Brown #954908
RGB
CMYK
RGB Variations
Color information
#954908 (or 0x954908) is known color: Saddle Brown. HEX triplet: 95, 49 and 08. RGB value is (149,73,8). Sum of RGB (Red+Green+Blue) = 149+73+8=230 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.78% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 8 (3.52% from 255 or 3.48% from 230); Max value from RGB is 149 - color contains mainly: red. Hex color #954908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954908 is #6AB6F7. Grayscale: #585858. Windows color (decimal): -6993656 or 543125. OLE color: 543125.
HSL color Cylindrical-coordinate representation of color #954908: hue angle of 27.66º 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 #954908 is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 73 | 8 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.42 |
| HSL | 27.66º | 0.9% | 0.31% | - |
| HSV(B) | 27.66º | 0.95% | 0.58% | - |
| XYZ | 14.82 | 11.17 | 1.61 | - |
| YUV | 88.31 | 82.68 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 73 | 8 | 0 | 0.51 | 0.95 | 0.42 | 27.66 | 0.9 | 0.31 |
| Hex | 95 | 49 | 8 | 0 | 33 | 5F | 2A | 1C | 5A | 1F |
| Octal | 225 | 111 | 10 | 0 | 63 | 137 | 52 | 34 | 132 | 37 |
| Binary | 10010101 | 1001001 | 1000 | 0 | 110011 | 1011111 | 101010 | 11100 | 1011010 | 11111 |
Color Harmonies of #954908
Complementary color
Monochromatic Colors of #954908
Black with #954908
Text Example
Text Example
White with #954908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954908; }
p { color: rgb(149,73,8); }
H1.HeaderClassName
{
color: #954908;
}
.AnyTagClassName
{
color: #954908;
}
</style>
background-color css
<style>
a { background-color: #954908; }
a { background-color: rgb(149,73,8); }
div.DivClassName
{
background-color: #954908;
}
.BgClassName
{
background-color: #954908;
}
</style>
border-color css
<style>
span { border-color: #954908; }
span { border-color: rgb(149,73,8); }
td.TdClassName
{
border-color: #954908;
}
.TagClassName
{
border-color: #954908;
}
</style>