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