Shades of Saddle Brown #922A02
Tints of Saddle Brown #922A02
RGB
CMYK
RGB Variations
Color information
#922A02 (or 0x922A02) is known color: Saddle Brown. HEX triplet: 92, 2A and 02. RGB value is (146,42,2). Sum of RGB (Red+Green+Blue) = 146+42+2=190 (25% of max value = 765). Red value is 146 (57.42% from 255 or 76.84% from 190); Green value is 42 (16.80% from 255 or 22.11% from 190); Blue value is 2 (1.17% from 255 or 1.05% from 190); Max value from RGB is 146 - color contains mainly: red. Hex color #922A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922A02 is #6DD5FD. Grayscale: #444444. Windows color (decimal): -7198206 or 141970. OLE color: 141970.
HSL color Cylindrical-coordinate representation of color #922A02: hue angle of 16.67º 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 #922A02 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 42 | 2 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.43 |
| HSL | 16.67º | 0.97% | 0.29% | - |
| HSV(B) | 16.67º | 0.99% | 0.57% | - |
| XYZ | 12.69 | 7.77 | 0.89 | - |
| YUV | 68.54 | 90.46 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 42 | 2 | 0 | 0.71 | 0.99 | 0.43 | 16.67 | 0.97 | 0.29 |
| Hex | 92 | 2A | 2 | 0 | 47 | 63 | 2B | 11 | 61 | 1D |
| Octal | 222 | 52 | 2 | 0 | 107 | 143 | 53 | 21 | 141 | 35 |
| Binary | 10010010 | 101010 | 10 | 0 | 1000111 | 1100011 | 101011 | 10001 | 1100001 | 11101 |
Color Harmonies of #922A02
Complementary color
Monochromatic Colors of #922A02
Black with #922A02
Text Example
Text Example
White with #922A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922A02; }
p { color: rgb(146,42,2); }
H1.HeaderClassName
{
color: #922A02;
}
.AnyTagClassName
{
color: #922A02;
}
</style>
background-color css
<style>
a { background-color: #922A02; }
a { background-color: rgb(146,42,2); }
div.DivClassName
{
background-color: #922A02;
}
.BgClassName
{
background-color: #922A02;
}
</style>
border-color css
<style>
span { border-color: #922A02; }
span { border-color: rgb(146,42,2); }
td.TdClassName
{
border-color: #922A02;
}
.TagClassName
{
border-color: #922A02;
}
</style>