Shades of Saddle Brown #923902
Tints of Saddle Brown #923902
RGB
CMYK
RGB Variations
Color information
#923902 (or 0x923902) is known color: Saddle Brown. HEX triplet: 92, 39 and 02. RGB value is (146,57,2). Sum of RGB (Red+Green+Blue) = 146+57+2=205 (27% of max value = 765). Red value is 146 (57.42% from 255 or 71.22% from 205); Green value is 57 (22.66% from 255 or 27.80% from 205); Blue value is 2 (1.17% from 255 or 0.98% from 205); Max value from RGB is 146 - color contains mainly: red. Hex color #923902 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #923902 is #6DC6FD. Grayscale: #4D4D4D. Windows color (decimal): -7194366 or 145810. OLE color: 145810.
HSL color Cylindrical-coordinate representation of color #923902: hue angle of 22.92º 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 #923902 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 57 | 2 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.43 |
| HSL | 22.92º | 0.97% | 0.29% | - |
| HSV(B) | 22.92º | 0.99% | 0.57% | - |
| XYZ | 13.33 | 9.04 | 1.1 | - |
| YUV | 77.34 | 85.49 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 57 | 2 | 0 | 0.61 | 0.99 | 0.43 | 22.92 | 0.97 | 0.29 |
| Hex | 92 | 39 | 2 | 0 | 3D | 63 | 2B | 17 | 61 | 1D |
| Octal | 222 | 71 | 2 | 0 | 75 | 143 | 53 | 27 | 141 | 35 |
| Binary | 10010010 | 111001 | 10 | 0 | 111101 | 1100011 | 101011 | 10111 | 1100001 | 11101 |
Color Harmonies of #923902
Complementary color
Monochromatic Colors of #923902
Black with #923902
Text Example
Text Example
White with #923902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923902; }
p { color: rgb(146,57,2); }
H1.HeaderClassName
{
color: #923902;
}
.AnyTagClassName
{
color: #923902;
}
</style>
background-color css
<style>
a { background-color: #923902; }
a { background-color: rgb(146,57,2); }
div.DivClassName
{
background-color: #923902;
}
.BgClassName
{
background-color: #923902;
}
</style>
border-color css
<style>
span { border-color: #923902; }
span { border-color: rgb(146,57,2); }
td.TdClassName
{
border-color: #923902;
}
.TagClassName
{
border-color: #923902;
}
</style>