Shades of Saddle Brown #7C360A
Tints of Saddle Brown #7C360A
RGB
CMYK
RGB Variations
Color information
#7C360A (or 0x7C360A) is known color: Saddle Brown. HEX triplet: 7C, 36 and 0A. RGB value is (124,54,10). Sum of RGB (Red+Green+Blue) = 124+54+10=188 (24% of max value = 765). Red value is 124 (48.83% from 255 or 65.96% from 188); Green value is 54 (21.48% from 255 or 28.72% from 188); Blue value is 10 (4.30% from 255 or 5.32% from 188); Max value from RGB is 124 - color contains mainly: red. Hex color #7C360A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C360A is #83C9F5. Grayscale: #464646. Windows color (decimal): -8636918 or 669308. OLE color: 669308.
HSL color Cylindrical-coordinate representation of color #7C360A: hue angle of 23.16º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7C360A is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 54 | 10 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.51 |
| HSL | 23.16º | 0.85% | 0.26% | - |
| HSV(B) | 23.16º | 0.92% | 0.49% | - |
| XYZ | 9.69 | 6.95 | 1.12 | - |
| YUV | 69.91 | 94.19 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 54 | 10 | 0 | 0.56 | 0.92 | 0.51 | 23.16 | 0.85 | 0.26 |
| Hex | 7C | 36 | A | 0 | 38 | 5C | 33 | 17 | 55 | 1A |
| Octal | 174 | 66 | 12 | 0 | 70 | 134 | 63 | 27 | 125 | 32 |
| Binary | 1111100 | 110110 | 1010 | 0 | 111000 | 1011100 | 110011 | 10111 | 1010101 | 11010 |
Color Harmonies of #7C360A
Complementary color
Monochromatic Colors of #7C360A
Black with #7C360A
Text Example
Text Example
White with #7C360A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C360A; }
p { color: rgb(124,54,10); }
H1.HeaderClassName
{
color: #7C360A;
}
.AnyTagClassName
{
color: #7C360A;
}
</style>
background-color css
<style>
a { background-color: #7C360A; }
a { background-color: rgb(124,54,10); }
div.DivClassName
{
background-color: #7C360A;
}
.BgClassName
{
background-color: #7C360A;
}
</style>
border-color css
<style>
span { border-color: #7C360A; }
span { border-color: rgb(124,54,10); }
td.TdClassName
{
border-color: #7C360A;
}
.TagClassName
{
border-color: #7C360A;
}
</style>