Shades of Saddle Brown #7C3C08
Tints of Saddle Brown #7C3C08
RGB
CMYK
RGB Variations
Color information
#7C3C08 (or 0x7C3C08) is known color: Saddle Brown. HEX triplet: 7C, 3C and 08. RGB value is (124,60,8). Sum of RGB (Red+Green+Blue) = 124+60+8=192 (25% of max value = 765). Red value is 124 (48.83% from 255 or 64.58% from 192); Green value is 60 (23.83% from 255 or 31.25% from 192); Blue value is 8 (3.52% from 255 or 4.17% from 192); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C3C08 is #83C3F7. Grayscale: #494949. Windows color (decimal): -8635384 or 539772. OLE color: 539772.
HSL color Cylindrical-coordinate representation of color #7C3C08: hue angle of 26.9º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7C3C08 is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 60 | 8 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.51 |
| HSL | 26.9º | 0.88% | 0.26% | - |
| HSV(B) | 26.9º | 0.94% | 0.49% | - |
| XYZ | 9.97 | 7.53 | 1.16 | - |
| YUV | 73.21 | 91.2 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 60 | 8 | 0 | 0.52 | 0.94 | 0.51 | 26.9 | 0.88 | 0.26 |
| Hex | 7C | 3C | 8 | 0 | 34 | 5E | 33 | 1B | 58 | 1A |
| Octal | 174 | 74 | 10 | 0 | 64 | 136 | 63 | 33 | 130 | 32 |
| Binary | 1111100 | 111100 | 1000 | 0 | 110100 | 1011110 | 110011 | 11011 | 1011000 | 11010 |
Color Harmonies of #7C3C08
Complementary color
Monochromatic Colors of #7C3C08
Black with #7C3C08
Text Example
Text Example
White with #7C3C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3C08; }
p { color: rgb(124,60,8); }
H1.HeaderClassName
{
color: #7C3C08;
}
.AnyTagClassName
{
color: #7C3C08;
}
</style>
background-color css
<style>
a { background-color: #7C3C08; }
a { background-color: rgb(124,60,8); }
div.DivClassName
{
background-color: #7C3C08;
}
.BgClassName
{
background-color: #7C3C08;
}
</style>
border-color css
<style>
span { border-color: #7C3C08; }
span { border-color: rgb(124,60,8); }
td.TdClassName
{
border-color: #7C3C08;
}
.TagClassName
{
border-color: #7C3C08;
}
</style>