Shades of Saddle Brown #902700
Tints of Saddle Brown #902700
RGB
CMYK
RGB Variations
Color information
#902700 (or 0x902700) is known color: Saddle Brown. HEX triplet: 90, 27 and 00. RGB value is (144,39,0). Sum of RGB (Red+Green+Blue) = 144+39+0=183 (24% of max value = 765). Red value is 144 (56.64% from 255 or 78.69% from 183); Green value is 39 (15.62% from 255 or 21.31% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 144 - color contains mainly: red. Hex color #902700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902700 is #6FD8FF. Grayscale: #424242. Windows color (decimal): -7330048 or 10128. OLE color: 10128.
HSL color Cylindrical-coordinate representation of color #902700: hue angle of 16.25º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #902700 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 39 | 0 | - |
| CMYK | 0 | 0.73 | 1 | 0.44 |
| HSL | 16.25º | 1% | 0.28% | - |
| HSV(B) | 16.25º | 1% | 0.56% | - |
| XYZ | 12.23 | 7.38 | 0.78 | - |
| YUV | 65.95 | 90.79 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 39 | 0 | 0 | 0.73 | 1 | 0.44 | 16.25 | 1 | 0.28 |
| Hex | 90 | 27 | 0 | 0 | 49 | 64 | 2C | 10 | 64 | 1C |
| Octal | 220 | 47 | 0 | 0 | 111 | 144 | 54 | 20 | 144 | 34 |
| Binary | 10010000 | 100111 | 0 | 0 | 1001001 | 1100100 | 101100 | 10000 | 1100100 | 11100 |
Color Harmonies of #902700
Complementary color
Monochromatic Colors of #902700
Black with #902700
Text Example
Text Example
White with #902700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902700; }
p { color: rgb(144,39,0); }
H1.HeaderClassName
{
color: #902700;
}
.AnyTagClassName
{
color: #902700;
}
</style>
background-color css
<style>
a { background-color: #902700; }
a { background-color: rgb(144,39,0); }
div.DivClassName
{
background-color: #902700;
}
.BgClassName
{
background-color: #902700;
}
</style>
border-color css
<style>
span { border-color: #902700; }
span { border-color: rgb(144,39,0); }
td.TdClassName
{
border-color: #902700;
}
.TagClassName
{
border-color: #902700;
}
</style>