Shades of Saddle Brown #924C01
Tints of Saddle Brown #924C01
RGB
CMYK
RGB Variations
Color information
#924C01 (or 0x924C01) is known color: Saddle Brown. HEX triplet: 92, 4C and 01. RGB value is (146,76,1). Sum of RGB (Red+Green+Blue) = 146+76+1=223 (29% of max value = 765). Red value is 146 (57.42% from 255 or 65.47% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 1 (0.78% from 255 or 0.45% from 223); Max value from RGB is 146 - color contains mainly: red. Hex color #924C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #924C01 is #6DB3FE. Grayscale: #585858. Windows color (decimal): -7189503 or 85138. OLE color: 85138.
HSL color Cylindrical-coordinate representation of color #924C01: hue angle of 31.03º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #924C01 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 76 | 1 | - |
| CMYK | 0 | 0.48 | 0.99 | 0.43 |
| HSL | 31.03º | 0.99% | 0.29% | - |
| HSV(B) | 31.03º | 0.99% | 0.57% | - |
| XYZ | 14.44 | 11.28 | 1.45 | - |
| YUV | 88.38 | 78.69 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 76 | 1 | 0 | 0.48 | 0.99 | 0.43 | 31.03 | 0.99 | 0.29 |
| Hex | 92 | 4C | 1 | 0 | 30 | 63 | 2B | 1F | 63 | 1D |
| Octal | 222 | 114 | 1 | 0 | 60 | 143 | 53 | 37 | 143 | 35 |
| Binary | 10010010 | 1001100 | 1 | 0 | 110000 | 1100011 | 101011 | 11111 | 1100011 | 11101 |
Color Harmonies of #924C01
Complementary color
Monochromatic Colors of #924C01
Black with #924C01
Text Example
Text Example
White with #924C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924C01; }
p { color: rgb(146,76,1); }
H1.HeaderClassName
{
color: #924C01;
}
.AnyTagClassName
{
color: #924C01;
}
</style>
background-color css
<style>
a { background-color: #924C01; }
a { background-color: rgb(146,76,1); }
div.DivClassName
{
background-color: #924C01;
}
.BgClassName
{
background-color: #924C01;
}
</style>
border-color css
<style>
span { border-color: #924C01; }
span { border-color: rgb(146,76,1); }
td.TdClassName
{
border-color: #924C01;
}
.TagClassName
{
border-color: #924C01;
}
</style>