Shades of Saddle Brown #925202
Tints of Saddle Brown #925202
RGB
CMYK
RGB Variations
Color information
#925202 (or 0x925202) is known color: Saddle Brown. HEX triplet: 92, 52 and 02. RGB value is (146,82,2). Sum of RGB (Red+Green+Blue) = 146+82+2=230 (30% of max value = 765). Red value is 146 (57.42% from 255 or 63.48% from 230); Green value is 82 (32.42% from 255 or 35.65% from 230); Blue value is 2 (1.17% from 255 or 0.87% from 230); Max value from RGB is 146 - color contains mainly: red. Hex color #925202 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925202 is #6DADFD. Grayscale: #5C5C5C. Windows color (decimal): -7187966 or 152210. OLE color: 152210.
HSL color Cylindrical-coordinate representation of color #925202: hue angle of 33.33º 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 #925202 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 82 | 2 | - |
| CMYK | 0 | 0.44 | 0.99 | 0.43 |
| HSL | 33.33º | 0.97% | 0.29% | - |
| HSV(B) | 33.33º | 0.99% | 0.57% | - |
| XYZ | 14.88 | 12.15 | 1.62 | - |
| YUV | 92.02 | 77.2 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 82 | 2 | 0 | 0.44 | 0.99 | 0.43 | 33.33 | 0.97 | 0.29 |
| Hex | 92 | 52 | 2 | 0 | 2C | 63 | 2B | 21 | 61 | 1D |
| Octal | 222 | 122 | 2 | 0 | 54 | 143 | 53 | 41 | 141 | 35 |
| Binary | 10010010 | 1010010 | 10 | 0 | 101100 | 1100011 | 101011 | 100001 | 1100001 | 11101 |
Color Harmonies of #925202
Complementary color
Monochromatic Colors of #925202
Black with #925202
Text Example
Text Example
White with #925202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925202; }
p { color: rgb(146,82,2); }
H1.HeaderClassName
{
color: #925202;
}
.AnyTagClassName
{
color: #925202;
}
</style>
background-color css
<style>
a { background-color: #925202; }
a { background-color: rgb(146,82,2); }
div.DivClassName
{
background-color: #925202;
}
.BgClassName
{
background-color: #925202;
}
</style>
border-color css
<style>
span { border-color: #925202; }
span { border-color: rgb(146,82,2); }
td.TdClassName
{
border-color: #925202;
}
.TagClassName
{
border-color: #925202;
}
</style>