Shades of Saddle Brown #7B3608
Tints of Saddle Brown #7B3608
RGB
CMYK
RGB Variations
Color information
#7B3608 (or 0x7B3608) is known color: Saddle Brown. HEX triplet: 7B, 36 and 08. RGB value is (123,54,8). Sum of RGB (Red+Green+Blue) = 123+54+8=185 (24% of max value = 765). Red value is 123 (48.44% from 255 or 66.49% from 185); Green value is 54 (21.48% from 255 or 29.19% from 185); Blue value is 8 (3.52% from 255 or 4.32% from 185); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3608 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B3608 is #84C9F7. Grayscale: #454545. Windows color (decimal): -8702456 or 538235. OLE color: 538235.
HSL color Cylindrical-coordinate representation of color #7B3608: hue angle of 24º 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 #7B3608 is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 54 | 8 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.52 |
| HSL | 24º | 0.88% | 0.26% | - |
| HSV(B) | 24º | 0.93% | 0.48% | - |
| XYZ | 9.53 | 6.87 | 1.05 | - |
| YUV | 69.39 | 93.36 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 54 | 8 | 0 | 0.56 | 0.93 | 0.52 | 24 | 0.88 | 0.26 |
| Hex | 7B | 36 | 8 | 0 | 38 | 5D | 34 | 18 | 58 | 1A |
| Octal | 173 | 66 | 10 | 0 | 70 | 135 | 64 | 30 | 130 | 32 |
| Binary | 1111011 | 110110 | 1000 | 0 | 111000 | 1011101 | 110100 | 11000 | 1011000 | 11010 |
Color Harmonies of #7B3608
Complementary color
Monochromatic Colors of #7B3608
Black with #7B3608
Text Example
Text Example
White with #7B3608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3608; }
p { color: rgb(123,54,8); }
H1.HeaderClassName
{
color: #7B3608;
}
.AnyTagClassName
{
color: #7B3608;
}
</style>
background-color css
<style>
a { background-color: #7B3608; }
a { background-color: rgb(123,54,8); }
div.DivClassName
{
background-color: #7B3608;
}
.BgClassName
{
background-color: #7B3608;
}
</style>
border-color css
<style>
span { border-color: #7B3608; }
span { border-color: rgb(123,54,8); }
td.TdClassName
{
border-color: #7B3608;
}
.TagClassName
{
border-color: #7B3608;
}
</style>