Shades of Saddle Brown #902701
Tints of Saddle Brown #902701
RGB
CMYK
RGB Variations
Color information
#902701 (or 0x902701) is known color: Saddle Brown. HEX triplet: 90, 27 and 01. RGB value is (144,39,1). Sum of RGB (Red+Green+Blue) = 144+39+1=184 (24% of max value = 765). Red value is 144 (56.64% from 255 or 78.26% from 184); Green value is 39 (15.62% from 255 or 21.20% from 184); Blue value is 1 (0.78% from 255 or 0.54% from 184); Max value from RGB is 144 - color contains mainly: red. Hex color #902701 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902701 is #6FD8FE. Grayscale: #424242. Windows color (decimal): -7330047 or 75664. OLE color: 75664.
HSL color Cylindrical-coordinate representation of color #902701: hue angle of 15.94º 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 #902701 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 39 | 1 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.44 |
| HSL | 15.94º | 0.99% | 0.28% | - |
| HSV(B) | 15.94º | 0.99% | 0.56% | - |
| XYZ | 12.23 | 7.38 | 0.81 | - |
| YUV | 66.06 | 91.29 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 39 | 1 | 0 | 0.73 | 0.99 | 0.44 | 15.94 | 0.99 | 0.28 |
| Hex | 90 | 27 | 1 | 0 | 49 | 63 | 2C | 10 | 63 | 1C |
| Octal | 220 | 47 | 1 | 0 | 111 | 143 | 54 | 20 | 143 | 34 |
| Binary | 10010000 | 100111 | 1 | 0 | 1001001 | 1100011 | 101100 | 10000 | 1100011 | 11100 |
Color Harmonies of #902701
Complementary color
Monochromatic Colors of #902701
Black with #902701
Text Example
Text Example
White with #902701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902701; }
p { color: rgb(144,39,1); }
H1.HeaderClassName
{
color: #902701;
}
.AnyTagClassName
{
color: #902701;
}
</style>
background-color css
<style>
a { background-color: #902701; }
a { background-color: rgb(144,39,1); }
div.DivClassName
{
background-color: #902701;
}
.BgClassName
{
background-color: #902701;
}
</style>
border-color css
<style>
span { border-color: #902701; }
span { border-color: rgb(144,39,1); }
td.TdClassName
{
border-color: #902701;
}
.TagClassName
{
border-color: #902701;
}
</style>