Shades of Saddle Brown #7C3000
Tints of Saddle Brown #7C3000
RGB
CMYK
RGB Variations
Color information
#7C3000 (or 0x7C3000) is known color: Saddle Brown. HEX triplet: 7C, 30 and 00. RGB value is (124,48,0). Sum of RGB (Red+Green+Blue) = 124+48+0=172 (22% of max value = 765). Red value is 124 (48.83% from 255 or 72.09% from 172); Green value is 48 (19.14% from 255 or 27.91% from 172); Blue value is 0 (0.39% from 255 or 0% from 172); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C3000 is #83CFFF. Grayscale: #414141. Windows color (decimal): -8638464 or 12412. OLE color: 12412.
HSL color Cylindrical-coordinate representation of color #7C3000: hue angle of 23.23º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7C3000 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 48 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.51 |
| HSL | 23.23º | 1% | 0.24% | - |
| HSV(B) | 23.23º | 1% | 0.49% | - |
| XYZ | 9.37 | 6.4 | 0.74 | - |
| YUV | 65.25 | 91.18 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 48 | 0 | 0 | 0.61 | 1 | 0.51 | 23.23 | 1 | 0.24 |
| Hex | 7C | 30 | 0 | 0 | 3D | 64 | 33 | 17 | 64 | 18 |
| Octal | 174 | 60 | 0 | 0 | 75 | 144 | 63 | 27 | 144 | 30 |
| Binary | 1111100 | 110000 | 0 | 0 | 111101 | 1100100 | 110011 | 10111 | 1100100 | 11000 |
Color Harmonies of #7C3000
Complementary color
Monochromatic Colors of #7C3000
Black with #7C3000
Text Example
Text Example
White with #7C3000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3000; }
p { color: rgb(124,48,0); }
H1.HeaderClassName
{
color: #7C3000;
}
.AnyTagClassName
{
color: #7C3000;
}
</style>
background-color css
<style>
a { background-color: #7C3000; }
a { background-color: rgb(124,48,0); }
div.DivClassName
{
background-color: #7C3000;
}
.BgClassName
{
background-color: #7C3000;
}
</style>
border-color css
<style>
span { border-color: #7C3000; }
span { border-color: rgb(124,48,0); }
td.TdClassName
{
border-color: #7C3000;
}
.TagClassName
{
border-color: #7C3000;
}
</style>