Shades of Saddle Brown #953A08
Tints of Saddle Brown #953A08
RGB
CMYK
RGB Variations
Color information
#953A08 (or 0x953A08) is known color: Saddle Brown. HEX triplet: 95, 3A and 08. RGB value is (149,58,8). Sum of RGB (Red+Green+Blue) = 149+58+8=215 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.30% from 215); Green value is 58 (23.05% from 255 or 26.98% from 215); Blue value is 8 (3.52% from 255 or 3.72% from 215); Max value from RGB is 149 - color contains mainly: red. Hex color #953A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953A08 is #6AC5F7. Grayscale: #4F4F4F. Windows color (decimal): -6997496 or 539285. OLE color: 539285.
HSL color Cylindrical-coordinate representation of color #953A08: hue angle of 21.28º 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 #953A08 is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 58 | 8 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.42 |
| HSL | 21.28º | 0.9% | 0.31% | - |
| HSV(B) | 21.28º | 0.95% | 0.58% | - |
| XYZ | 13.95 | 9.43 | 1.32 | - |
| YUV | 79.51 | 87.65 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 58 | 8 | 0 | 0.61 | 0.95 | 0.42 | 21.28 | 0.9 | 0.31 |
| Hex | 95 | 3A | 8 | 0 | 3D | 5F | 2A | 15 | 5A | 1F |
| Octal | 225 | 72 | 10 | 0 | 75 | 137 | 52 | 25 | 132 | 37 |
| Binary | 10010101 | 111010 | 1000 | 0 | 111101 | 1011111 | 101010 | 10101 | 1011010 | 11111 |
Color Harmonies of #953A08
Complementary color
Monochromatic Colors of #953A08
Black with #953A08
Text Example
Text Example
White with #953A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953A08; }
p { color: rgb(149,58,8); }
H1.HeaderClassName
{
color: #953A08;
}
.AnyTagClassName
{
color: #953A08;
}
</style>
background-color css
<style>
a { background-color: #953A08; }
a { background-color: rgb(149,58,8); }
div.DivClassName
{
background-color: #953A08;
}
.BgClassName
{
background-color: #953A08;
}
</style>
border-color css
<style>
span { border-color: #953A08; }
span { border-color: rgb(149,58,8); }
td.TdClassName
{
border-color: #953A08;
}
.TagClassName
{
border-color: #953A08;
}
</style>