Shades of Saddle Brown #902A05
Tints of Saddle Brown #902A05
RGB
CMYK
RGB Variations
Color information
#902A05 (or 0x902A05) is known color: Saddle Brown. HEX triplet: 90, 2A and 05. RGB value is (144,42,5). Sum of RGB (Red+Green+Blue) = 144+42+5=191 (25% of max value = 765). Red value is 144 (56.64% from 255 or 75.39% from 191); Green value is 42 (16.80% from 255 or 21.99% from 191); Blue value is 5 (2.34% from 255 or 2.62% from 191); Max value from RGB is 144 - color contains mainly: red. Hex color #902A05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902A05 is #6FD5FA. Grayscale: #444444. Windows color (decimal): -7329275 or 338576. OLE color: 338576.
HSL color Cylindrical-coordinate representation of color #902A05: hue angle of 15.97º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #902A05 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 42 | 5 | - |
| CMYK | 0 | 0.71 | 0.97 | 0.44 |
| HSL | 15.97º | 0.93% | 0.29% | - |
| HSV(B) | 15.97º | 0.97% | 0.56% | - |
| XYZ | 12.36 | 7.6 | 0.96 | - |
| YUV | 68.28 | 92.29 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 42 | 5 | 0 | 0.71 | 0.97 | 0.44 | 15.97 | 0.93 | 0.29 |
| Hex | 90 | 2A | 5 | 0 | 47 | 61 | 2C | 10 | 5D | 1D |
| Octal | 220 | 52 | 5 | 0 | 107 | 141 | 54 | 20 | 135 | 35 |
| Binary | 10010000 | 101010 | 101 | 0 | 1000111 | 1100001 | 101100 | 10000 | 1011101 | 11101 |
Color Harmonies of #902A05
Complementary color
Monochromatic Colors of #902A05
Black with #902A05
Text Example
Text Example
White with #902A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902A05; }
p { color: rgb(144,42,5); }
H1.HeaderClassName
{
color: #902A05;
}
.AnyTagClassName
{
color: #902A05;
}
</style>
background-color css
<style>
a { background-color: #902A05; }
a { background-color: rgb(144,42,5); }
div.DivClassName
{
background-color: #902A05;
}
.BgClassName
{
background-color: #902A05;
}
</style>
border-color css
<style>
span { border-color: #902A05; }
span { border-color: rgb(144,42,5); }
td.TdClassName
{
border-color: #902A05;
}
.TagClassName
{
border-color: #902A05;
}
</style>