Shades of Saddle Brown #7C3501
Tints of Saddle Brown #7C3501
RGB
CMYK
RGB Variations
Color information
#7C3501 (or 0x7C3501) is known color: Saddle Brown. HEX triplet: 7C, 35 and 01. RGB value is (124,53,1). Sum of RGB (Red+Green+Blue) = 124+53+1=178 (23% of max value = 765). Red value is 124 (48.83% from 255 or 69.66% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 1 (0.78% from 255 or 0.56% from 178); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C3501 is #83CAFE. Grayscale: #444444. Windows color (decimal): -8637183 or 79228. OLE color: 79228.
HSL color Cylindrical-coordinate representation of color #7C3501: hue angle of 25.37º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7C3501 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 53 | 1 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.51 |
| HSL | 25.37º | 0.98% | 0.25% | - |
| HSV(B) | 25.37º | 0.99% | 0.49% | - |
| XYZ | 9.59 | 6.83 | 0.84 | - |
| YUV | 68.3 | 90.02 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 53 | 1 | 0 | 0.57 | 0.99 | 0.51 | 25.37 | 0.98 | 0.25 |
| Hex | 7C | 35 | 1 | 0 | 39 | 63 | 33 | 19 | 62 | 19 |
| Octal | 174 | 65 | 1 | 0 | 71 | 143 | 63 | 31 | 142 | 31 |
| Binary | 1111100 | 110101 | 1 | 0 | 111001 | 1100011 | 110011 | 11001 | 1100010 | 11001 |
Color Harmonies of #7C3501
Complementary color
Monochromatic Colors of #7C3501
Black with #7C3501
Text Example
Text Example
White with #7C3501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3501; }
p { color: rgb(124,53,1); }
H1.HeaderClassName
{
color: #7C3501;
}
.AnyTagClassName
{
color: #7C3501;
}
</style>
background-color css
<style>
a { background-color: #7C3501; }
a { background-color: rgb(124,53,1); }
div.DivClassName
{
background-color: #7C3501;
}
.BgClassName
{
background-color: #7C3501;
}
</style>
border-color css
<style>
span { border-color: #7C3501; }
span { border-color: rgb(124,53,1); }
td.TdClassName
{
border-color: #7C3501;
}
.TagClassName
{
border-color: #7C3501;
}
</style>