Shades of Saddle Brown #923E02
Tints of Saddle Brown #923E02
RGB
CMYK
RGB Variations
Color information
#923E02 (or 0x923E02) is known color: Saddle Brown. HEX triplet: 92, 3E and 02. RGB value is (146,62,2). Sum of RGB (Red+Green+Blue) = 146+62+2=210 (27% of max value = 765). Red value is 146 (57.42% from 255 or 69.52% from 210); Green value is 62 (24.61% from 255 or 29.52% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 146 - color contains mainly: red. Hex color #923E02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #923E02 is #6DC1FD. Grayscale: #505050. Windows color (decimal): -7193086 or 147090. OLE color: 147090.
HSL color Cylindrical-coordinate representation of color #923E02: hue angle of 25º 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 #923E02 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 62 | 2 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.43 |
| HSL | 25º | 0.97% | 0.29% | - |
| HSV(B) | 25º | 0.99% | 0.57% | - |
| XYZ | 13.59 | 9.56 | 1.19 | - |
| YUV | 80.28 | 83.83 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 62 | 2 | 0 | 0.58 | 0.99 | 0.43 | 25 | 0.97 | 0.29 |
| Hex | 92 | 3E | 2 | 0 | 3A | 63 | 2B | 19 | 61 | 1D |
| Octal | 222 | 76 | 2 | 0 | 72 | 143 | 53 | 31 | 141 | 35 |
| Binary | 10010010 | 111110 | 10 | 0 | 111010 | 1100011 | 101011 | 11001 | 1100001 | 11101 |
Color Harmonies of #923E02
Complementary color
Monochromatic Colors of #923E02
Black with #923E02
Text Example
Text Example
White with #923E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923E02; }
p { color: rgb(146,62,2); }
H1.HeaderClassName
{
color: #923E02;
}
.AnyTagClassName
{
color: #923E02;
}
</style>
background-color css
<style>
a { background-color: #923E02; }
a { background-color: rgb(146,62,2); }
div.DivClassName
{
background-color: #923E02;
}
.BgClassName
{
background-color: #923E02;
}
</style>
border-color css
<style>
span { border-color: #923E02; }
span { border-color: rgb(146,62,2); }
td.TdClassName
{
border-color: #923E02;
}
.TagClassName
{
border-color: #923E02;
}
</style>