Shades of Saddle Brown #924A02
Tints of Saddle Brown #924A02
RGB
CMYK
RGB Variations
Color information
#924A02 (or 0x924A02) is known color: Saddle Brown. HEX triplet: 92, 4A and 02. RGB value is (146,74,2). Sum of RGB (Red+Green+Blue) = 146+74+2=222 (29% of max value = 765). Red value is 146 (57.42% from 255 or 65.77% from 222); Green value is 74 (29.30% from 255 or 33.33% from 222); Blue value is 2 (1.17% from 255 or 0.90% from 222); Max value from RGB is 146 - color contains mainly: red. Hex color #924A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #924A02 is #6DB5FD. Grayscale: #575757. Windows color (decimal): -7190014 or 150162. OLE color: 150162.
HSL color Cylindrical-coordinate representation of color #924A02: hue angle of 30º degrees, saturation: 0.97, 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 #924A02 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 74 | 2 | - |
| CMYK | 0 | 0.49 | 0.99 | 0.43 |
| HSL | 30º | 0.97% | 0.29% | - |
| HSV(B) | 30º | 0.99% | 0.57% | - |
| XYZ | 14.31 | 11.01 | 1.43 | - |
| YUV | 87.32 | 79.85 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 74 | 2 | 0 | 0.49 | 0.99 | 0.43 | 30 | 0.97 | 0.29 |
| Hex | 92 | 4A | 2 | 0 | 31 | 63 | 2B | 1E | 61 | 1D |
| Octal | 222 | 112 | 2 | 0 | 61 | 143 | 53 | 36 | 141 | 35 |
| Binary | 10010010 | 1001010 | 10 | 0 | 110001 | 1100011 | 101011 | 11110 | 1100001 | 11101 |
Color Harmonies of #924A02
Complementary color
Monochromatic Colors of #924A02
Black with #924A02
Text Example
Text Example
White with #924A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924A02; }
p { color: rgb(146,74,2); }
H1.HeaderClassName
{
color: #924A02;
}
.AnyTagClassName
{
color: #924A02;
}
</style>
background-color css
<style>
a { background-color: #924A02; }
a { background-color: rgb(146,74,2); }
div.DivClassName
{
background-color: #924A02;
}
.BgClassName
{
background-color: #924A02;
}
</style>
border-color css
<style>
span { border-color: #924A02; }
span { border-color: rgb(146,74,2); }
td.TdClassName
{
border-color: #924A02;
}
.TagClassName
{
border-color: #924A02;
}
</style>