Shades of Saddle Brown #902B02
Tints of Saddle Brown #902B02
RGB
CMYK
RGB Variations
Color information
#902B02 (or 0x902B02) is known color: Saddle Brown. HEX triplet: 90, 2B and 02. RGB value is (144,43,2). Sum of RGB (Red+Green+Blue) = 144+43+2=189 (25% of max value = 765). Red value is 144 (56.64% from 255 or 76.19% from 189); Green value is 43 (17.19% from 255 or 22.75% from 189); Blue value is 2 (1.17% from 255 or 1.06% from 189); Max value from RGB is 144 - color contains mainly: red. Hex color #902B02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902B02 is #6FD4FD. Grayscale: #444444. Windows color (decimal): -7329022 or 142224. OLE color: 142224.
HSL color Cylindrical-coordinate representation of color #902B02: hue angle of 17.32º 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 #902B02 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 43 | 2 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.44 |
| HSL | 17.32º | 0.97% | 0.29% | - |
| HSV(B) | 17.32º | 0.99% | 0.56% | - |
| XYZ | 12.38 | 7.66 | 0.88 | - |
| YUV | 68.53 | 90.46 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 43 | 2 | 0 | 0.70 | 0.99 | 0.44 | 17.32 | 0.97 | 0.29 |
| Hex | 90 | 2B | 2 | 0 | 46 | 63 | 2C | 11 | 61 | 1D |
| Octal | 220 | 53 | 2 | 0 | 106 | 143 | 54 | 21 | 141 | 35 |
| Binary | 10010000 | 101011 | 10 | 0 | 1000110 | 1100011 | 101100 | 10001 | 1100001 | 11101 |
Color Harmonies of #902B02
Complementary color
Monochromatic Colors of #902B02
Black with #902B02
Text Example
Text Example
White with #902B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902B02; }
p { color: rgb(144,43,2); }
H1.HeaderClassName
{
color: #902B02;
}
.AnyTagClassName
{
color: #902B02;
}
</style>
background-color css
<style>
a { background-color: #902B02; }
a { background-color: rgb(144,43,2); }
div.DivClassName
{
background-color: #902B02;
}
.BgClassName
{
background-color: #902B02;
}
</style>
border-color css
<style>
span { border-color: #902B02; }
span { border-color: rgb(144,43,2); }
td.TdClassName
{
border-color: #902B02;
}
.TagClassName
{
border-color: #902B02;
}
</style>