Shades of Saddle Brown #7D4008
Tints of Saddle Brown #7D4008
RGB
CMYK
RGB Variations
Color information
#7D4008 (or 0x7D4008) is known color: Saddle Brown. HEX triplet: 7D, 40 and 08. RGB value is (125,64,8). Sum of RGB (Red+Green+Blue) = 125+64+8=197 (26% of max value = 765). Red value is 125 (49.22% from 255 or 63.45% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 8 (3.52% from 255 or 4.06% from 197); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D4008 is #82BFF7. Grayscale: #4C4C4C. Windows color (decimal): -8568824 or 540797. OLE color: 540797.
HSL color Cylindrical-coordinate representation of color #7D4008: hue angle of 28.72º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7D4008 is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 64 | 8 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.51 |
| HSL | 28.72º | 0.88% | 0.26% | - |
| HSV(B) | 28.72º | 0.94% | 0.49% | - |
| XYZ | 10.33 | 8.04 | 1.24 | - |
| YUV | 75.86 | 89.71 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 64 | 8 | 0 | 0.49 | 0.94 | 0.51 | 28.72 | 0.88 | 0.26 |
| Hex | 7D | 40 | 8 | 0 | 31 | 5E | 33 | 1D | 58 | 1A |
| Octal | 175 | 100 | 10 | 0 | 61 | 136 | 63 | 35 | 130 | 32 |
| Binary | 1111101 | 1000000 | 1000 | 0 | 110001 | 1011110 | 110011 | 11101 | 1011000 | 11010 |
Color Harmonies of #7D4008
Complementary color
Monochromatic Colors of #7D4008
Black with #7D4008
Text Example
Text Example
White with #7D4008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4008; }
p { color: rgb(125,64,8); }
H1.HeaderClassName
{
color: #7D4008;
}
.AnyTagClassName
{
color: #7D4008;
}
</style>
background-color css
<style>
a { background-color: #7D4008; }
a { background-color: rgb(125,64,8); }
div.DivClassName
{
background-color: #7D4008;
}
.BgClassName
{
background-color: #7D4008;
}
</style>
border-color css
<style>
span { border-color: #7D4008; }
span { border-color: rgb(125,64,8); }
td.TdClassName
{
border-color: #7D4008;
}
.TagClassName
{
border-color: #7D4008;
}
</style>