Shades of Saddle Brown #7C360B
Tints of Saddle Brown #7C360B
RGB
CMYK
RGB Variations
Color information
#7C360B (or 0x7C360B) is known color: Saddle Brown. HEX triplet: 7C, 36 and 0B. RGB value is (124,54,11). Sum of RGB (Red+Green+Blue) = 124+54+11=189 (25% of max value = 765). Red value is 124 (48.83% from 255 or 65.61% from 189); Green value is 54 (21.48% from 255 or 28.57% from 189); Blue value is 11 (4.69% from 255 or 5.82% from 189); Max value from RGB is 124 - color contains mainly: red. Hex color #7C360B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C360B is #83C9F4. Grayscale: #464646. Windows color (decimal): -8636917 or 734844. OLE color: 734844.
HSL color Cylindrical-coordinate representation of color #7C360B: hue angle of 22.83º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7C360B is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 54 | 11 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.51 |
| HSL | 22.83º | 0.84% | 0.26% | - |
| HSV(B) | 22.83º | 0.91% | 0.49% | - |
| XYZ | 9.69 | 6.95 | 1.15 | - |
| YUV | 70.03 | 94.69 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 54 | 11 | 0 | 0.56 | 0.91 | 0.51 | 22.83 | 0.84 | 0.26 |
| Hex | 7C | 36 | B | 0 | 38 | 5B | 33 | 17 | 54 | 1A |
| Octal | 174 | 66 | 13 | 0 | 70 | 133 | 63 | 27 | 124 | 32 |
| Binary | 1111100 | 110110 | 1011 | 0 | 111000 | 1011011 | 110011 | 10111 | 1010100 | 11010 |
Color Harmonies of #7C360B
Complementary color
Monochromatic Colors of #7C360B
Black with #7C360B
Text Example
Text Example
White with #7C360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C360B; }
p { color: rgb(124,54,11); }
H1.HeaderClassName
{
color: #7C360B;
}
.AnyTagClassName
{
color: #7C360B;
}
</style>
background-color css
<style>
a { background-color: #7C360B; }
a { background-color: rgb(124,54,11); }
div.DivClassName
{
background-color: #7C360B;
}
.BgClassName
{
background-color: #7C360B;
}
</style>
border-color css
<style>
span { border-color: #7C360B; }
span { border-color: rgb(124,54,11); }
td.TdClassName
{
border-color: #7C360B;
}
.TagClassName
{
border-color: #7C360B;
}
</style>