Shades of Saddle Brown #954408
Tints of Saddle Brown #954408
RGB
CMYK
RGB Variations
Color information
#954408 (or 0x954408) is known color: Saddle Brown. HEX triplet: 95, 44 and 08. RGB value is (149,68,8). Sum of RGB (Red+Green+Blue) = 149+68+8=225 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.22% from 225); Green value is 68 (26.95% from 255 or 30.22% from 225); Blue value is 8 (3.52% from 255 or 3.56% from 225); Max value from RGB is 149 - color contains mainly: red. Hex color #954408 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954408 is #6ABBF7. Grayscale: #555555. Windows color (decimal): -6994936 or 541845. OLE color: 541845.
HSL color Cylindrical-coordinate representation of color #954408: hue angle of 25.53º 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 #954408 is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 68 | 8 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.42 |
| HSL | 25.53º | 0.9% | 0.31% | - |
| HSV(B) | 25.53º | 0.95% | 0.58% | - |
| XYZ | 14.51 | 10.54 | 1.5 | - |
| YUV | 85.38 | 84.34 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 68 | 8 | 0 | 0.54 | 0.95 | 0.42 | 25.53 | 0.9 | 0.31 |
| Hex | 95 | 44 | 8 | 0 | 36 | 5F | 2A | 1A | 5A | 1F |
| Octal | 225 | 104 | 10 | 0 | 66 | 137 | 52 | 32 | 132 | 37 |
| Binary | 10010101 | 1000100 | 1000 | 0 | 110110 | 1011111 | 101010 | 11010 | 1011010 | 11111 |
Color Harmonies of #954408
Complementary color
Monochromatic Colors of #954408
Black with #954408
Text Example
Text Example
White with #954408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954408; }
p { color: rgb(149,68,8); }
H1.HeaderClassName
{
color: #954408;
}
.AnyTagClassName
{
color: #954408;
}
</style>
background-color css
<style>
a { background-color: #954408; }
a { background-color: rgb(149,68,8); }
div.DivClassName
{
background-color: #954408;
}
.BgClassName
{
background-color: #954408;
}
</style>
border-color css
<style>
span { border-color: #954408; }
span { border-color: rgb(149,68,8); }
td.TdClassName
{
border-color: #954408;
}
.TagClassName
{
border-color: #954408;
}
</style>