Shades of Saddle Brown #7B3707
Tints of Saddle Brown #7B3707
RGB
CMYK
RGB Variations
Color information
#7B3707 (or 0x7B3707) is known color: Saddle Brown. HEX triplet: 7B, 37 and 07. RGB value is (123,55,7). Sum of RGB (Red+Green+Blue) = 123+55+7=185 (24% of max value = 765). Red value is 123 (48.44% from 255 or 66.49% from 185); Green value is 55 (21.88% from 255 or 29.73% from 185); Blue value is 7 (3.12% from 255 or 3.78% from 185); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3707 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B3707 is #84C8F8. Grayscale: #464646. Windows color (decimal): -8702201 or 472955. OLE color: 472955.
HSL color Cylindrical-coordinate representation of color #7B3707: hue angle of 24.83º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7B3707 is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 55 | 7 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.52 |
| HSL | 24.83º | 0.89% | 0.25% | - |
| HSV(B) | 24.83º | 0.94% | 0.48% | - |
| XYZ | 9.57 | 6.96 | 1.04 | - |
| YUV | 69.86 | 92.53 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 55 | 7 | 0 | 0.55 | 0.94 | 0.52 | 24.83 | 0.89 | 0.25 |
| Hex | 7B | 37 | 7 | 0 | 37 | 5E | 34 | 19 | 59 | 19 |
| Octal | 173 | 67 | 7 | 0 | 67 | 136 | 64 | 31 | 131 | 31 |
| Binary | 1111011 | 110111 | 111 | 0 | 110111 | 1011110 | 110100 | 11001 | 1011001 | 11001 |
Color Harmonies of #7B3707
Complementary color
Monochromatic Colors of #7B3707
Black with #7B3707
Text Example
Text Example
White with #7B3707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3707; }
p { color: rgb(123,55,7); }
H1.HeaderClassName
{
color: #7B3707;
}
.AnyTagClassName
{
color: #7B3707;
}
</style>
background-color css
<style>
a { background-color: #7B3707; }
a { background-color: rgb(123,55,7); }
div.DivClassName
{
background-color: #7B3707;
}
.BgClassName
{
background-color: #7B3707;
}
</style>
border-color css
<style>
span { border-color: #7B3707; }
span { border-color: rgb(123,55,7); }
td.TdClassName
{
border-color: #7B3707;
}
.TagClassName
{
border-color: #7B3707;
}
</style>