Shades of Saddle Brown #7D2800
Tints of Saddle Brown #7D2800
RGB
CMYK
RGB Variations
Color information
#7D2800 (or 0x7D2800) is known color: Saddle Brown. HEX triplet: 7D, 28 and 00. RGB value is (125,40,0). Sum of RGB (Red+Green+Blue) = 125+40+0=165 (21% of max value = 765). Red value is 125 (49.22% from 255 or 75.76% from 165); Green value is 40 (16.02% from 255 or 24.24% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D2800 is #82D7FF. Grayscale: #3D3D3D. Windows color (decimal): -8574976 or 10365. OLE color: 10365.
HSL color Cylindrical-coordinate representation of color #7D2800: hue angle of 19.2º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7D2800 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 40 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.51 |
| HSL | 19.2º | 1% | 0.25% | - |
| HSV(B) | 19.2º | 1% | 0.49% | - |
| XYZ | 9.22 | 5.88 | 0.65 | - |
| YUV | 60.86 | 93.66 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 40 | 0 | 0 | 0.68 | 1 | 0.51 | 19.2 | 1 | 0.25 |
| Hex | 7D | 28 | 0 | 0 | 44 | 64 | 33 | 13 | 64 | 19 |
| Octal | 175 | 50 | 0 | 0 | 104 | 144 | 63 | 23 | 144 | 31 |
| Binary | 1111101 | 101000 | 0 | 0 | 1000100 | 1100100 | 110011 | 10011 | 1100100 | 11001 |
Color Harmonies of #7D2800
Complementary color
Monochromatic Colors of #7D2800
Black with #7D2800
Text Example
Text Example
White with #7D2800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2800; }
p { color: rgb(125,40,0); }
H1.HeaderClassName
{
color: #7D2800;
}
.AnyTagClassName
{
color: #7D2800;
}
</style>
background-color css
<style>
a { background-color: #7D2800; }
a { background-color: rgb(125,40,0); }
div.DivClassName
{
background-color: #7D2800;
}
.BgClassName
{
background-color: #7D2800;
}
</style>
border-color css
<style>
span { border-color: #7D2800; }
span { border-color: rgb(125,40,0); }
td.TdClassName
{
border-color: #7D2800;
}
.TagClassName
{
border-color: #7D2800;
}
</style>