Shades of Saddle Brown #902F07
Tints of Saddle Brown #902F07
RGB
CMYK
RGB Variations
Color information
#902F07 (or 0x902F07) is known color: Saddle Brown. HEX triplet: 90, 2F and 07. RGB value is (144,47,7). Sum of RGB (Red+Green+Blue) = 144+47+7=198 (26% of max value = 765). Red value is 144 (56.64% from 255 or 72.73% from 198); Green value is 47 (18.75% from 255 or 23.74% from 198); Blue value is 7 (3.12% from 255 or 3.54% from 198); Max value from RGB is 144 - color contains mainly: red. Hex color #902F07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902F07 is #6FD0F8. Grayscale: #474747. Windows color (decimal): -7327993 or 470928. OLE color: 470928.
HSL color Cylindrical-coordinate representation of color #902F07: hue angle of 17.52º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #902F07 is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 47 | 7 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.44 |
| HSL | 17.52º | 0.91% | 0.3% | - |
| HSV(B) | 17.52º | 0.95% | 0.56% | - |
| XYZ | 12.56 | 7.98 | 1.08 | - |
| YUV | 71.44 | 91.64 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 47 | 7 | 0 | 0.67 | 0.95 | 0.44 | 17.52 | 0.91 | 0.3 |
| Hex | 90 | 2F | 7 | 0 | 43 | 5F | 2C | 12 | 5B | 1E |
| Octal | 220 | 57 | 7 | 0 | 103 | 137 | 54 | 22 | 133 | 36 |
| Binary | 10010000 | 101111 | 111 | 0 | 1000011 | 1011111 | 101100 | 10010 | 1011011 | 11110 |
Color Harmonies of #902F07
Complementary color
Monochromatic Colors of #902F07
Black with #902F07
Text Example
Text Example
White with #902F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902F07; }
p { color: rgb(144,47,7); }
H1.HeaderClassName
{
color: #902F07;
}
.AnyTagClassName
{
color: #902F07;
}
</style>
background-color css
<style>
a { background-color: #902F07; }
a { background-color: rgb(144,47,7); }
div.DivClassName
{
background-color: #902F07;
}
.BgClassName
{
background-color: #902F07;
}
</style>
border-color css
<style>
span { border-color: #902F07; }
span { border-color: rgb(144,47,7); }
td.TdClassName
{
border-color: #902F07;
}
.TagClassName
{
border-color: #902F07;
}
</style>