Shades of Saddle Brown #7D380D
Tints of Saddle Brown #7D380D
RGB
CMYK
RGB Variations
Color information
#7D380D (or 0x7D380D) is known color: Saddle Brown. HEX triplet: 7D, 38 and 0D. RGB value is (125,56,13). Sum of RGB (Red+Green+Blue) = 125+56+13=194 (25% of max value = 765). Red value is 125 (49.22% from 255 or 64.43% from 194); Green value is 56 (22.27% from 255 or 28.87% from 194); Blue value is 13 (5.47% from 255 or 6.70% from 194); Max value from RGB is 125 - color contains mainly: red. Hex color #7D380D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D380D is #82C7F2. Grayscale: #474747. Windows color (decimal): -8570867 or 866429. OLE color: 866429.
HSL color Cylindrical-coordinate representation of color #7D380D: hue angle of 23.04º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7D380D is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 56 | 13 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.51 |
| HSL | 23.04º | 0.81% | 0.27% | - |
| HSV(B) | 23.04º | 0.9% | 0.49% | - |
| XYZ | 9.94 | 7.22 | 1.25 | - |
| YUV | 71.73 | 94.86 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 56 | 13 | 0 | 0.55 | 0.90 | 0.51 | 23.04 | 0.81 | 0.27 |
| Hex | 7D | 38 | D | 0 | 37 | 5A | 33 | 17 | 51 | 1B |
| Octal | 175 | 70 | 15 | 0 | 67 | 132 | 63 | 27 | 121 | 33 |
| Binary | 1111101 | 111000 | 1101 | 0 | 110111 | 1011010 | 110011 | 10111 | 1010001 | 11011 |
Color Harmonies of #7D380D
Complementary color
Monochromatic Colors of #7D380D
Black with #7D380D
Text Example
Text Example
White with #7D380D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D380D; }
p { color: rgb(125,56,13); }
H1.HeaderClassName
{
color: #7D380D;
}
.AnyTagClassName
{
color: #7D380D;
}
</style>
background-color css
<style>
a { background-color: #7D380D; }
a { background-color: rgb(125,56,13); }
div.DivClassName
{
background-color: #7D380D;
}
.BgClassName
{
background-color: #7D380D;
}
</style>
border-color css
<style>
span { border-color: #7D380D; }
span { border-color: rgb(125,56,13); }
td.TdClassName
{
border-color: #7D380D;
}
.TagClassName
{
border-color: #7D380D;
}
</style>