Shades of Saddle Brown #7B3408
Tints of Saddle Brown #7B3408
RGB
CMYK
RGB Variations
Color information
#7B3408 (or 0x7B3408) is known color: Saddle Brown. HEX triplet: 7B, 34 and 08. RGB value is (123,52,8). Sum of RGB (Red+Green+Blue) = 123+52+8=183 (24% of max value = 765). Red value is 123 (48.44% from 255 or 67.21% from 183); Green value is 52 (20.70% from 255 or 28.42% from 183); Blue value is 8 (3.52% from 255 or 4.37% from 183); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3408 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B3408 is #84CBF7. Grayscale: #444444. Windows color (decimal): -8702968 or 537723. OLE color: 537723.
HSL color Cylindrical-coordinate representation of color #7B3408: hue angle of 22.96º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7B3408 is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 52 | 8 | - |
| CMYK | 0 | 0.58 | 0.93 | 0.52 |
| HSL | 22.96º | 0.88% | 0.26% | - |
| HSV(B) | 22.96º | 0.93% | 0.48% | - |
| XYZ | 9.44 | 6.68 | 1.02 | - |
| YUV | 68.21 | 94.02 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 52 | 8 | 0 | 0.58 | 0.93 | 0.52 | 22.96 | 0.88 | 0.26 |
| Hex | 7B | 34 | 8 | 0 | 3A | 5D | 34 | 17 | 58 | 1A |
| Octal | 173 | 64 | 10 | 0 | 72 | 135 | 64 | 27 | 130 | 32 |
| Binary | 1111011 | 110100 | 1000 | 0 | 111010 | 1011101 | 110100 | 10111 | 1011000 | 11010 |
Color Harmonies of #7B3408
Complementary color
Monochromatic Colors of #7B3408
Black with #7B3408
Text Example
Text Example
White with #7B3408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3408; }
p { color: rgb(123,52,8); }
H1.HeaderClassName
{
color: #7B3408;
}
.AnyTagClassName
{
color: #7B3408;
}
</style>
background-color css
<style>
a { background-color: #7B3408; }
a { background-color: rgb(123,52,8); }
div.DivClassName
{
background-color: #7B3408;
}
.BgClassName
{
background-color: #7B3408;
}
</style>
border-color css
<style>
span { border-color: #7B3408; }
span { border-color: rgb(123,52,8); }
td.TdClassName
{
border-color: #7B3408;
}
.TagClassName
{
border-color: #7B3408;
}
</style>