Shades of Saddle Brown #783100
Tints of Saddle Brown #783100
RGB
CMYK
RGB Variations
Color information
#783100 (or 0x783100) is known color: Saddle Brown. HEX triplet: 78, 31 and 00. RGB value is (120,49,0). Sum of RGB (Red+Green+Blue) = 120+49+0=169 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.01% from 169); Green value is 49 (19.53% from 255 or 28.99% from 169); Blue value is 0 (0.39% from 255 or 0% from 169); Max value from RGB is 120 - color contains mainly: red. Hex color #783100 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #783100 is #87CEFF. Grayscale: #404040. Windows color (decimal): -8900352 or 12664. OLE color: 12664.
HSL color Cylindrical-coordinate representation of color #783100: hue angle of 24.5º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #783100 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 49 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.53 |
| HSL | 24.5º | 1% | 0.24% | - |
| HSV(B) | 24.5º | 1% | 0.47% | - |
| XYZ | 8.84 | 6.19 | 0.73 | - |
| YUV | 64.64 | 91.52 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 49 | 0 | 0 | 0.59 | 1 | 0.53 | 24.5 | 1 | 0.24 |
| Hex | 78 | 31 | 0 | 0 | 3B | 64 | 35 | 18 | 64 | 18 |
| Octal | 170 | 61 | 0 | 0 | 73 | 144 | 65 | 30 | 144 | 30 |
| Binary | 1111000 | 110001 | 0 | 0 | 111011 | 1100100 | 110101 | 11000 | 1100100 | 11000 |
Color Harmonies of #783100
Complementary color
Monochromatic Colors of #783100
Black with #783100
Text Example
Text Example
White with #783100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783100; }
p { color: rgb(120,49,0); }
H1.HeaderClassName
{
color: #783100;
}
.AnyTagClassName
{
color: #783100;
}
</style>
background-color css
<style>
a { background-color: #783100; }
a { background-color: rgb(120,49,0); }
div.DivClassName
{
background-color: #783100;
}
.BgClassName
{
background-color: #783100;
}
</style>
border-color css
<style>
span { border-color: #783100; }
span { border-color: rgb(120,49,0); }
td.TdClassName
{
border-color: #783100;
}
.TagClassName
{
border-color: #783100;
}
</style>