Shades of Saddle Brown #902C06
Tints of Saddle Brown #902C06
RGB
CMYK
RGB Variations
Color information
#902C06 (or 0x902C06) is known color: Saddle Brown. HEX triplet: 90, 2C and 06. RGB value is (144,44,6). Sum of RGB (Red+Green+Blue) = 144+44+6=194 (25% of max value = 765). Red value is 144 (56.64% from 255 or 74.23% from 194); Green value is 44 (17.58% from 255 or 22.68% from 194); Blue value is 6 (2.73% from 255 or 3.09% from 194); Max value from RGB is 144 - color contains mainly: red. Hex color #902C06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902C06 is #6FD3F9. Grayscale: #454545. Windows color (decimal): -7328762 or 404624. OLE color: 404624.
HSL color Cylindrical-coordinate representation of color #902C06: hue angle of 16.52º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #902C06 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 44 | 6 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.44 |
| HSL | 16.52º | 0.92% | 0.29% | - |
| HSV(B) | 16.52º | 0.96% | 0.56% | - |
| XYZ | 12.44 | 7.74 | 1.01 | - |
| YUV | 69.57 | 92.13 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 44 | 6 | 0 | 0.69 | 0.96 | 0.44 | 16.52 | 0.92 | 0.29 |
| Hex | 90 | 2C | 6 | 0 | 45 | 60 | 2C | 11 | 5C | 1D |
| Octal | 220 | 54 | 6 | 0 | 105 | 140 | 54 | 21 | 134 | 35 |
| Binary | 10010000 | 101100 | 110 | 0 | 1000101 | 1100000 | 101100 | 10001 | 1011100 | 11101 |
Color Harmonies of #902C06
Complementary color
Monochromatic Colors of #902C06
Black with #902C06
Text Example
Text Example
White with #902C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902C06; }
p { color: rgb(144,44,6); }
H1.HeaderClassName
{
color: #902C06;
}
.AnyTagClassName
{
color: #902C06;
}
</style>
background-color css
<style>
a { background-color: #902C06; }
a { background-color: rgb(144,44,6); }
div.DivClassName
{
background-color: #902C06;
}
.BgClassName
{
background-color: #902C06;
}
</style>
border-color css
<style>
span { border-color: #902C06; }
span { border-color: rgb(144,44,6); }
td.TdClassName
{
border-color: #902C06;
}
.TagClassName
{
border-color: #902C06;
}
</style>