Shades of Saddle Brown #7B3403
Tints of Saddle Brown #7B3403
RGB
CMYK
RGB Variations
Color information
#7B3403 (or 0x7B3403) is known color: Saddle Brown. HEX triplet: 7B, 34 and 03. RGB value is (123,52,3). Sum of RGB (Red+Green+Blue) = 123+52+3=178 (23% of max value = 765). Red value is 123 (48.44% from 255 or 69.10% from 178); Green value is 52 (20.70% from 255 or 29.21% from 178); Blue value is 3 (1.56% from 255 or 1.69% from 178); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3403 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B3403 is #84CBFC. Grayscale: #434343. Windows color (decimal): -8702973 or 210043. OLE color: 210043.
HSL color Cylindrical-coordinate representation of color #7B3403: hue angle of 24.5º 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 #7B3403 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 52 | 3 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.52 |
| HSL | 24.5º | 0.95% | 0.25% | - |
| HSV(B) | 24.5º | 0.98% | 0.48% | - |
| XYZ | 9.41 | 6.67 | 0.88 | - |
| YUV | 67.64 | 91.52 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 52 | 3 | 0 | 0.58 | 0.98 | 0.52 | 24.5 | 0.95 | 0.25 |
| Hex | 7B | 34 | 3 | 0 | 3A | 62 | 34 | 18 | 5F | 19 |
| Octal | 173 | 64 | 3 | 0 | 72 | 142 | 64 | 30 | 137 | 31 |
| Binary | 1111011 | 110100 | 11 | 0 | 111010 | 1100010 | 110100 | 11000 | 1011111 | 11001 |
Color Harmonies of #7B3403
Complementary color
Monochromatic Colors of #7B3403
Black with #7B3403
Text Example
Text Example
White with #7B3403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3403; }
p { color: rgb(123,52,3); }
H1.HeaderClassName
{
color: #7B3403;
}
.AnyTagClassName
{
color: #7B3403;
}
</style>
background-color css
<style>
a { background-color: #7B3403; }
a { background-color: rgb(123,52,3); }
div.DivClassName
{
background-color: #7B3403;
}
.BgClassName
{
background-color: #7B3403;
}
</style>
border-color css
<style>
span { border-color: #7B3403; }
span { border-color: rgb(123,52,3); }
td.TdClassName
{
border-color: #7B3403;
}
.TagClassName
{
border-color: #7B3403;
}
</style>