Shades of Saddle Brown #954508
Tints of Saddle Brown #954508
RGB
CMYK
RGB Variations
Color information
#954508 (or 0x954508) is known color: Saddle Brown. HEX triplet: 95, 45 and 08. RGB value is (149,69,8). Sum of RGB (Red+Green+Blue) = 149+69+8=226 (29% of max value = 765). Red value is 149 (58.59% from 255 or 65.93% from 226); Green value is 69 (27.34% from 255 or 30.53% from 226); Blue value is 8 (3.52% from 255 or 3.54% from 226); Max value from RGB is 149 - color contains mainly: red. Hex color #954508 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954508 is #6ABAF7. Grayscale: #565656. Windows color (decimal): -6994680 or 542101. OLE color: 542101.
HSL color Cylindrical-coordinate representation of color #954508: hue angle of 25.96º 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 #954508 is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 69 | 8 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.42 |
| HSL | 25.96º | 0.9% | 0.31% | - |
| HSV(B) | 25.96º | 0.95% | 0.58% | - |
| XYZ | 14.57 | 10.66 | 1.52 | - |
| YUV | 85.97 | 84 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 69 | 8 | 0 | 0.54 | 0.95 | 0.42 | 25.96 | 0.9 | 0.31 |
| Hex | 95 | 45 | 8 | 0 | 36 | 5F | 2A | 1A | 5A | 1F |
| Octal | 225 | 105 | 10 | 0 | 66 | 137 | 52 | 32 | 132 | 37 |
| Binary | 10010101 | 1000101 | 1000 | 0 | 110110 | 1011111 | 101010 | 11010 | 1011010 | 11111 |
Color Harmonies of #954508
Complementary color
Monochromatic Colors of #954508
Black with #954508
Text Example
Text Example
White with #954508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954508; }
p { color: rgb(149,69,8); }
H1.HeaderClassName
{
color: #954508;
}
.AnyTagClassName
{
color: #954508;
}
</style>
background-color css
<style>
a { background-color: #954508; }
a { background-color: rgb(149,69,8); }
div.DivClassName
{
background-color: #954508;
}
.BgClassName
{
background-color: #954508;
}
</style>
border-color css
<style>
span { border-color: #954508; }
span { border-color: rgb(149,69,8); }
td.TdClassName
{
border-color: #954508;
}
.TagClassName
{
border-color: #954508;
}
</style>