Shades of Saddle Brown #902B01
Tints of Saddle Brown #902B01
RGB
CMYK
RGB Variations
Color information
#902B01 (or 0x902B01) is known color: Saddle Brown. HEX triplet: 90, 2B and 01. RGB value is (144,43,1). Sum of RGB (Red+Green+Blue) = 144+43+1=188 (24% of max value = 765). Red value is 144 (56.64% from 255 or 76.60% from 188); Green value is 43 (17.19% from 255 or 22.87% from 188); Blue value is 1 (0.78% from 255 or 0.53% from 188); Max value from RGB is 144 - color contains mainly: red. Hex color #902B01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902B01 is #6FD4FE. Grayscale: #444444. Windows color (decimal): -7329023 or 76688. OLE color: 76688.
HSL color Cylindrical-coordinate representation of color #902B01: hue angle of 17.62º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #902B01 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 43 | 1 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.44 |
| HSL | 17.62º | 0.99% | 0.28% | - |
| HSV(B) | 17.62º | 0.99% | 0.56% | - |
| XYZ | 12.37 | 7.66 | 0.86 | - |
| YUV | 68.41 | 89.96 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 43 | 1 | 0 | 0.70 | 0.99 | 0.44 | 17.62 | 0.99 | 0.28 |
| Hex | 90 | 2B | 1 | 0 | 46 | 63 | 2C | 12 | 63 | 1C |
| Octal | 220 | 53 | 1 | 0 | 106 | 143 | 54 | 22 | 143 | 34 |
| Binary | 10010000 | 101011 | 1 | 0 | 1000110 | 1100011 | 101100 | 10010 | 1100011 | 11100 |
Color Harmonies of #902B01
Complementary color
Monochromatic Colors of #902B01
Black with #902B01
Text Example
Text Example
White with #902B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902B01; }
p { color: rgb(144,43,1); }
H1.HeaderClassName
{
color: #902B01;
}
.AnyTagClassName
{
color: #902B01;
}
</style>
background-color css
<style>
a { background-color: #902B01; }
a { background-color: rgb(144,43,1); }
div.DivClassName
{
background-color: #902B01;
}
.BgClassName
{
background-color: #902B01;
}
</style>
border-color css
<style>
span { border-color: #902B01; }
span { border-color: rgb(144,43,1); }
td.TdClassName
{
border-color: #902B01;
}
.TagClassName
{
border-color: #902B01;
}
</style>