Shades of Saddle Brown #924E00
Tints of Saddle Brown #924E00
RGB
CMYK
RGB Variations
Color information
#924E00 (or 0x924E00) is known color: Saddle Brown. HEX triplet: 92, 4E and 00. RGB value is (146,78,0). Sum of RGB (Red+Green+Blue) = 146+78+0=224 (29% of max value = 765). Red value is 146 (57.42% from 255 or 65.18% from 224); Green value is 78 (30.86% from 255 or 34.82% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 146 - color contains mainly: red. Hex color #924E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #924E00 is #6DB1FF. Grayscale: #595959. Windows color (decimal): -7188992 or 20114. OLE color: 20114.
HSL color Cylindrical-coordinate representation of color #924E00: hue angle of 32.05º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #924E00 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 78 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.43 |
| HSL | 32.05º | 1% | 0.29% | - |
| HSV(B) | 32.05º | 1% | 0.57% | - |
| XYZ | 14.58 | 11.56 | 1.46 | - |
| YUV | 89.44 | 77.53 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 78 | 0 | 0 | 0.47 | 1 | 0.43 | 32.05 | 1 | 0.29 |
| Hex | 92 | 4E | 0 | 0 | 2F | 64 | 2B | 20 | 64 | 1D |
| Octal | 222 | 116 | 0 | 0 | 57 | 144 | 53 | 40 | 144 | 35 |
| Binary | 10010010 | 1001110 | 0 | 0 | 101111 | 1100100 | 101011 | 100000 | 1100100 | 11101 |
Color Harmonies of #924E00
Complementary color
Monochromatic Colors of #924E00
Black with #924E00
Text Example
Text Example
White with #924E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924E00; }
p { color: rgb(146,78,0); }
H1.HeaderClassName
{
color: #924E00;
}
.AnyTagClassName
{
color: #924E00;
}
</style>
background-color css
<style>
a { background-color: #924E00; }
a { background-color: rgb(146,78,0); }
div.DivClassName
{
background-color: #924E00;
}
.BgClassName
{
background-color: #924E00;
}
</style>
border-color css
<style>
span { border-color: #924E00; }
span { border-color: rgb(146,78,0); }
td.TdClassName
{
border-color: #924E00;
}
.TagClassName
{
border-color: #924E00;
}
</style>