Shades of Saddle Brown #924D08
Tints of Saddle Brown #924D08
RGB
CMYK
RGB Variations
Color information
#924D08 (or 0x924D08) is known color: Saddle Brown. HEX triplet: 92, 4D and 08. RGB value is (146,77,8). Sum of RGB (Red+Green+Blue) = 146+77+8=231 (30% of max value = 765). Red value is 146 (57.42% from 255 or 63.20% from 231); Green value is 77 (30.47% from 255 or 33.33% from 231); Blue value is 8 (3.52% from 255 or 3.46% from 231); Max value from RGB is 146 - color contains mainly: red. Hex color #924D08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #924D08 is #6DB2F7. Grayscale: #5A5A5A. Windows color (decimal): -7189240 or 544146. OLE color: 544146.
HSL color Cylindrical-coordinate representation of color #924D08: hue angle of 30º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #924D08 is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 77 | 8 | - |
| CMYK | 0 | 0.47 | 0.95 | 0.43 |
| HSL | 30º | 0.9% | 0.3% | - |
| HSV(B) | 30º | 0.95% | 0.57% | - |
| XYZ | 14.55 | 11.44 | 1.67 | - |
| YUV | 89.77 | 81.86 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 77 | 8 | 0 | 0.47 | 0.95 | 0.43 | 30 | 0.9 | 0.3 |
| Hex | 92 | 4D | 8 | 0 | 2F | 5F | 2B | 1E | 5A | 1E |
| Octal | 222 | 115 | 10 | 0 | 57 | 137 | 53 | 36 | 132 | 36 |
| Binary | 10010010 | 1001101 | 1000 | 0 | 101111 | 1011111 | 101011 | 11110 | 1011010 | 11110 |
Color Harmonies of #924D08
Complementary color
Monochromatic Colors of #924D08
Black with #924D08
Text Example
Text Example
White with #924D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924D08; }
p { color: rgb(146,77,8); }
H1.HeaderClassName
{
color: #924D08;
}
.AnyTagClassName
{
color: #924D08;
}
</style>
background-color css
<style>
a { background-color: #924D08; }
a { background-color: rgb(146,77,8); }
div.DivClassName
{
background-color: #924D08;
}
.BgClassName
{
background-color: #924D08;
}
</style>
border-color css
<style>
span { border-color: #924D08; }
span { border-color: rgb(146,77,8); }
td.TdClassName
{
border-color: #924D08;
}
.TagClassName
{
border-color: #924D08;
}
</style>