Shades of Saddle Brown #902B06
Tints of Saddle Brown #902B06
RGB
CMYK
RGB Variations
Color information
#902B06 (or 0x902B06) is known color: Saddle Brown. HEX triplet: 90, 2B and 06. RGB value is (144,43,6). Sum of RGB (Red+Green+Blue) = 144+43+6=193 (25% of max value = 765). Red value is 144 (56.64% from 255 or 74.61% from 193); Green value is 43 (17.19% from 255 or 22.28% from 193); Blue value is 6 (2.73% from 255 or 3.11% from 193); Max value from RGB is 144 - color contains mainly: red. Hex color #902B06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902B06 is #6FD4F9. Grayscale: #454545. Windows color (decimal): -7329018 or 404368. OLE color: 404368.
HSL color Cylindrical-coordinate representation of color #902B06: hue angle of 16.09º 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 #902B06 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 43 | 6 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.44 |
| HSL | 16.09º | 0.92% | 0.29% | - |
| HSV(B) | 16.09º | 0.96% | 0.56% | - |
| XYZ | 12.4 | 7.67 | 1 | - |
| YUV | 68.98 | 92.46 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 43 | 6 | 0 | 0.70 | 0.96 | 0.44 | 16.09 | 0.92 | 0.29 |
| Hex | 90 | 2B | 6 | 0 | 46 | 60 | 2C | 10 | 5C | 1D |
| Octal | 220 | 53 | 6 | 0 | 106 | 140 | 54 | 20 | 134 | 35 |
| Binary | 10010000 | 101011 | 110 | 0 | 1000110 | 1100000 | 101100 | 10000 | 1011100 | 11101 |
Color Harmonies of #902B06
Complementary color
Monochromatic Colors of #902B06
Black with #902B06
Text Example
Text Example
White with #902B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902B06; }
p { color: rgb(144,43,6); }
H1.HeaderClassName
{
color: #902B06;
}
.AnyTagClassName
{
color: #902B06;
}
</style>
background-color css
<style>
a { background-color: #902B06; }
a { background-color: rgb(144,43,6); }
div.DivClassName
{
background-color: #902B06;
}
.BgClassName
{
background-color: #902B06;
}
</style>
border-color css
<style>
span { border-color: #902B06; }
span { border-color: rgb(144,43,6); }
td.TdClassName
{
border-color: #902B06;
}
.TagClassName
{
border-color: #902B06;
}
</style>