Shades of Saddle Brown #902C02
Tints of Saddle Brown #902C02
RGB
CMYK
RGB Variations
Color information
#902C02 (or 0x902C02) is known color: Saddle Brown. HEX triplet: 90, 2C and 02. RGB value is (144,44,2). Sum of RGB (Red+Green+Blue) = 144+44+2=190 (25% of max value = 765). Red value is 144 (56.64% from 255 or 75.79% from 190); Green value is 44 (17.58% from 255 or 23.16% from 190); Blue value is 2 (1.17% from 255 or 1.05% from 190); Max value from RGB is 144 - color contains mainly: red. Hex color #902C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902C02 is #6FD3FD. Grayscale: #454545. Windows color (decimal): -7328766 or 142480. OLE color: 142480.
HSL color Cylindrical-coordinate representation of color #902C02: hue angle of 17.75º 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 #902C02 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 44 | 2 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.44 |
| HSL | 17.75º | 0.97% | 0.29% | - |
| HSV(B) | 17.75º | 0.99% | 0.56% | - |
| XYZ | 12.41 | 7.74 | 0.9 | - |
| YUV | 69.11 | 90.13 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 44 | 2 | 0 | 0.69 | 0.99 | 0.44 | 17.75 | 0.97 | 0.29 |
| Hex | 90 | 2C | 2 | 0 | 45 | 63 | 2C | 12 | 61 | 1D |
| Octal | 220 | 54 | 2 | 0 | 105 | 143 | 54 | 22 | 141 | 35 |
| Binary | 10010000 | 101100 | 10 | 0 | 1000101 | 1100011 | 101100 | 10010 | 1100001 | 11101 |
Color Harmonies of #902C02
Complementary color
Monochromatic Colors of #902C02
Black with #902C02
Text Example
Text Example
White with #902C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902C02; }
p { color: rgb(144,44,2); }
H1.HeaderClassName
{
color: #902C02;
}
.AnyTagClassName
{
color: #902C02;
}
</style>
background-color css
<style>
a { background-color: #902C02; }
a { background-color: rgb(144,44,2); }
div.DivClassName
{
background-color: #902C02;
}
.BgClassName
{
background-color: #902C02;
}
</style>
border-color css
<style>
span { border-color: #902C02; }
span { border-color: rgb(144,44,2); }
td.TdClassName
{
border-color: #902C02;
}
.TagClassName
{
border-color: #902C02;
}
</style>