Shades of Saddle Brown #924C00
Tints of Saddle Brown #924C00
RGB
CMYK
RGB Variations
Color information
#924C00 (or 0x924C00) is known color: Saddle Brown. HEX triplet: 92, 4C and 00. RGB value is (146,76,0). Sum of RGB (Red+Green+Blue) = 146+76+0=222 (29% of max value = 765). Red value is 146 (57.42% from 255 or 65.77% from 222); Green value is 76 (30.08% from 255 or 34.23% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 146 - color contains mainly: red. Hex color #924C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #924C00 is #6DB3FF. Grayscale: #585858. Windows color (decimal): -7189504 or 19602. OLE color: 19602.
HSL color Cylindrical-coordinate representation of color #924C00: hue angle of 31.23º 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 #924C00 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 76 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.43 |
| HSL | 31.23º | 1% | 0.29% | - |
| HSV(B) | 31.23º | 1% | 0.57% | - |
| XYZ | 14.44 | 11.28 | 1.42 | - |
| YUV | 88.27 | 78.19 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 76 | 0 | 0 | 0.48 | 1 | 0.43 | 31.23 | 1 | 0.29 |
| Hex | 92 | 4C | 0 | 0 | 30 | 64 | 2B | 1F | 64 | 1D |
| Octal | 222 | 114 | 0 | 0 | 60 | 144 | 53 | 37 | 144 | 35 |
| Binary | 10010010 | 1001100 | 0 | 0 | 110000 | 1100100 | 101011 | 11111 | 1100100 | 11101 |
Color Harmonies of #924C00
Complementary color
Monochromatic Colors of #924C00
Black with #924C00
Text Example
Text Example
White with #924C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924C00; }
p { color: rgb(146,76,0); }
H1.HeaderClassName
{
color: #924C00;
}
.AnyTagClassName
{
color: #924C00;
}
</style>
background-color css
<style>
a { background-color: #924C00; }
a { background-color: rgb(146,76,0); }
div.DivClassName
{
background-color: #924C00;
}
.BgClassName
{
background-color: #924C00;
}
</style>
border-color css
<style>
span { border-color: #924C00; }
span { border-color: rgb(146,76,0); }
td.TdClassName
{
border-color: #924C00;
}
.TagClassName
{
border-color: #924C00;
}
</style>