Shades of Saddle Brown #7F3000
Tints of Saddle Brown #7F3000
RGB
CMYK
RGB Variations
Color information
#7F3000 (or 0x7F3000) is known color: Saddle Brown. HEX triplet: 7F, 30 and 00. RGB value is (127,48,0). Sum of RGB (Red+Green+Blue) = 127+48+0=175 (23% of max value = 765). Red value is 127 (50% from 255 or 72.57% from 175); Green value is 48 (19.14% from 255 or 27.43% from 175); Blue value is 0 (0.39% from 255 or 0% from 175); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F3000 is #80CFFF. Grayscale: #424242. Windows color (decimal): -8441856 or 12415. OLE color: 12415.
HSL color Cylindrical-coordinate representation of color #7F3000: hue angle of 22.68º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7F3000 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 48 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.50 |
| HSL | 22.68º | 1% | 0.25% | - |
| HSV(B) | 22.68º | 1% | 0.5% | - |
| XYZ | 9.81 | 6.63 | 0.76 | - |
| YUV | 66.15 | 90.67 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 48 | 0 | 0 | 0.62 | 1 | 0.50 | 22.68 | 1 | 0.25 |
| Hex | 7F | 30 | 0 | 0 | 3E | 64 | 32 | 17 | 64 | 19 |
| Octal | 177 | 60 | 0 | 0 | 76 | 144 | 62 | 27 | 144 | 31 |
| Binary | 1111111 | 110000 | 0 | 0 | 111110 | 1100100 | 110010 | 10111 | 1100100 | 11001 |
Color Harmonies of #7F3000
Complementary color
Monochromatic Colors of #7F3000
Black with #7F3000
Text Example
Text Example
White with #7F3000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3000; }
p { color: rgb(127,48,0); }
H1.HeaderClassName
{
color: #7F3000;
}
.AnyTagClassName
{
color: #7F3000;
}
</style>
background-color css
<style>
a { background-color: #7F3000; }
a { background-color: rgb(127,48,0); }
div.DivClassName
{
background-color: #7F3000;
}
.BgClassName
{
background-color: #7F3000;
}
</style>
border-color css
<style>
span { border-color: #7F3000; }
span { border-color: rgb(127,48,0); }
td.TdClassName
{
border-color: #7F3000;
}
.TagClassName
{
border-color: #7F3000;
}
</style>