Shades of Saddle Brown #923002
Tints of Saddle Brown #923002
RGB
CMYK
RGB Variations
Color information
#923002 (or 0x923002) is known color: Saddle Brown. HEX triplet: 92, 30 and 02. RGB value is (146,48,2). Sum of RGB (Red+Green+Blue) = 146+48+2=196 (25% of max value = 765). Red value is 146 (57.42% from 255 or 74.49% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 2 (1.17% from 255 or 1.02% from 196); Max value from RGB is 146 - color contains mainly: red. Hex color #923002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #923002 is #6DCFFD. Grayscale: #484848. Windows color (decimal): -7196670 or 143506. OLE color: 143506.
HSL color Cylindrical-coordinate representation of color #923002: hue angle of 19.17º 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 #923002 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 48 | 2 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.43 |
| HSL | 19.17º | 0.97% | 0.29% | - |
| HSV(B) | 19.17º | 0.99% | 0.57% | - |
| XYZ | 12.92 | 8.23 | 0.96 | - |
| YUV | 72.06 | 88.47 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 48 | 2 | 0 | 0.67 | 0.99 | 0.43 | 19.17 | 0.97 | 0.29 |
| Hex | 92 | 30 | 2 | 0 | 43 | 63 | 2B | 13 | 61 | 1D |
| Octal | 222 | 60 | 2 | 0 | 103 | 143 | 53 | 23 | 141 | 35 |
| Binary | 10010010 | 110000 | 10 | 0 | 1000011 | 1100011 | 101011 | 10011 | 1100001 | 11101 |
Color Harmonies of #923002
Complementary color
Monochromatic Colors of #923002
Black with #923002
Text Example
Text Example
White with #923002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923002; }
p { color: rgb(146,48,2); }
H1.HeaderClassName
{
color: #923002;
}
.AnyTagClassName
{
color: #923002;
}
</style>
background-color css
<style>
a { background-color: #923002; }
a { background-color: rgb(146,48,2); }
div.DivClassName
{
background-color: #923002;
}
.BgClassName
{
background-color: #923002;
}
</style>
border-color css
<style>
span { border-color: #923002; }
span { border-color: rgb(146,48,2); }
td.TdClassName
{
border-color: #923002;
}
.TagClassName
{
border-color: #923002;
}
</style>