Shades of Saddle Brown #7B3503
Tints of Saddle Brown #7B3503
RGB
CMYK
RGB Variations
Color information
#7B3503 (or 0x7B3503) is known color: Saddle Brown. HEX triplet: 7B, 35 and 03. RGB value is (123,53,3). Sum of RGB (Red+Green+Blue) = 123+53+3=179 (23% of max value = 765). Red value is 123 (48.44% from 255 or 68.72% from 179); Green value is 53 (21.09% from 255 or 29.61% from 179); Blue value is 3 (1.56% from 255 or 1.68% from 179); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3503 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B3503 is #84CAFC. Grayscale: #444444. Windows color (decimal): -8702717 or 210299. OLE color: 210299.
HSL color Cylindrical-coordinate representation of color #7B3503: hue angle of 25º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7B3503 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 53 | 3 | - |
| CMYK | 0 | 0.57 | 0.98 | 0.52 |
| HSL | 25º | 0.95% | 0.25% | - |
| HSV(B) | 25º | 0.98% | 0.48% | - |
| XYZ | 9.46 | 6.76 | 0.89 | - |
| YUV | 68.23 | 91.19 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 53 | 3 | 0 | 0.57 | 0.98 | 0.52 | 25 | 0.95 | 0.25 |
| Hex | 7B | 35 | 3 | 0 | 39 | 62 | 34 | 19 | 5F | 19 |
| Octal | 173 | 65 | 3 | 0 | 71 | 142 | 64 | 31 | 137 | 31 |
| Binary | 1111011 | 110101 | 11 | 0 | 111001 | 1100010 | 110100 | 11001 | 1011111 | 11001 |
Color Harmonies of #7B3503
Complementary color
Monochromatic Colors of #7B3503
Black with #7B3503
Text Example
Text Example
White with #7B3503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3503; }
p { color: rgb(123,53,3); }
H1.HeaderClassName
{
color: #7B3503;
}
.AnyTagClassName
{
color: #7B3503;
}
</style>
background-color css
<style>
a { background-color: #7B3503; }
a { background-color: rgb(123,53,3); }
div.DivClassName
{
background-color: #7B3503;
}
.BgClassName
{
background-color: #7B3503;
}
</style>
border-color css
<style>
span { border-color: #7B3503; }
span { border-color: rgb(123,53,3); }
td.TdClassName
{
border-color: #7B3503;
}
.TagClassName
{
border-color: #7B3503;
}
</style>