Shades of Saddle Brown #954C08
Tints of Saddle Brown #954C08
RGB
CMYK
RGB Variations
Color information
#954C08 (or 0x954C08) is known color: Saddle Brown. HEX triplet: 95, 4C and 08. RGB value is (149,76,8). Sum of RGB (Red+Green+Blue) = 149+76+8=233 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.95% from 233); Green value is 76 (30.08% from 255 or 32.62% from 233); Blue value is 8 (3.52% from 255 or 3.43% from 233); Max value from RGB is 149 - color contains mainly: red. Hex color #954C08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954C08 is #6AB3F7. Grayscale: #5A5A5A. Windows color (decimal): -6992888 or 543893. OLE color: 543893.
HSL color Cylindrical-coordinate representation of color #954C08: hue angle of 28.94º 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 #954C08 is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 76 | 8 | - |
| CMYK | 0 | 0.49 | 0.95 | 0.42 |
| HSL | 28.94º | 0.9% | 0.31% | - |
| HSV(B) | 28.94º | 0.95% | 0.58% | - |
| XYZ | 15.02 | 11.58 | 1.67 | - |
| YUV | 90.08 | 81.68 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 76 | 8 | 0 | 0.49 | 0.95 | 0.42 | 28.94 | 0.9 | 0.31 |
| Hex | 95 | 4C | 8 | 0 | 31 | 5F | 2A | 1D | 5A | 1F |
| Octal | 225 | 114 | 10 | 0 | 61 | 137 | 52 | 35 | 132 | 37 |
| Binary | 10010101 | 1001100 | 1000 | 0 | 110001 | 1011111 | 101010 | 11101 | 1011010 | 11111 |
Color Harmonies of #954C08
Complementary color
Monochromatic Colors of #954C08
Black with #954C08
Text Example
Text Example
White with #954C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954C08; }
p { color: rgb(149,76,8); }
H1.HeaderClassName
{
color: #954C08;
}
.AnyTagClassName
{
color: #954C08;
}
</style>
background-color css
<style>
a { background-color: #954C08; }
a { background-color: rgb(149,76,8); }
div.DivClassName
{
background-color: #954C08;
}
.BgClassName
{
background-color: #954C08;
}
</style>
border-color css
<style>
span { border-color: #954C08; }
span { border-color: rgb(149,76,8); }
td.TdClassName
{
border-color: #954C08;
}
.TagClassName
{
border-color: #954C08;
}
</style>