Shades of Saddle Brown #902902
Tints of Saddle Brown #902902
RGB
CMYK
RGB Variations
Color information
#902902 (or 0x902902) is known color: Saddle Brown. HEX triplet: 90, 29 and 02. RGB value is (144,41,2). Sum of RGB (Red+Green+Blue) = 144+41+2=187 (24% of max value = 765). Red value is 144 (56.64% from 255 or 77.01% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 2 (1.17% from 255 or 1.07% from 187); Max value from RGB is 144 - color contains mainly: red. Hex color #902902 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902902 is #6FD6FD. Grayscale: #434343. Windows color (decimal): -7329534 or 141712. OLE color: 141712.
HSL color Cylindrical-coordinate representation of color #902902: hue angle of 16.48º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #902902 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 41 | 2 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.44 |
| HSL | 16.48º | 0.97% | 0.29% | - |
| HSV(B) | 16.48º | 0.99% | 0.56% | - |
| XYZ | 12.31 | 7.52 | 0.86 | - |
| YUV | 67.35 | 91.12 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 41 | 2 | 0 | 0.72 | 0.99 | 0.44 | 16.48 | 0.97 | 0.29 |
| Hex | 90 | 29 | 2 | 0 | 48 | 63 | 2C | 10 | 61 | 1D |
| Octal | 220 | 51 | 2 | 0 | 110 | 143 | 54 | 20 | 141 | 35 |
| Binary | 10010000 | 101001 | 10 | 0 | 1001000 | 1100011 | 101100 | 10000 | 1100001 | 11101 |
Color Harmonies of #902902
Complementary color
Monochromatic Colors of #902902
Black with #902902
Text Example
Text Example
White with #902902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902902; }
p { color: rgb(144,41,2); }
H1.HeaderClassName
{
color: #902902;
}
.AnyTagClassName
{
color: #902902;
}
</style>
background-color css
<style>
a { background-color: #902902; }
a { background-color: rgb(144,41,2); }
div.DivClassName
{
background-color: #902902;
}
.BgClassName
{
background-color: #902902;
}
</style>
border-color css
<style>
span { border-color: #902902; }
span { border-color: rgb(144,41,2); }
td.TdClassName
{
border-color: #902902;
}
.TagClassName
{
border-color: #902902;
}
</style>