Shades of Saddle Brown #803E0C
Tints of Saddle Brown #803E0C
RGB
CMYK
RGB Variations
Color information
#803E0C (or 0x803E0C) is known color: Saddle Brown. HEX triplet: 80, 3E and 0C. RGB value is (128,62,12). Sum of RGB (Red+Green+Blue) = 128+62+12=202 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.37% from 202); Green value is 62 (24.61% from 255 or 30.69% from 202); Blue value is 12 (5.08% from 255 or 5.94% from 202); Max value from RGB is 128 - color contains mainly: red. Hex color #803E0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803E0C is #7FC1F3. Grayscale: #4C4C4C. Windows color (decimal): -8372724 or 802432. OLE color: 802432.
HSL color Cylindrical-coordinate representation of color #803E0C: hue angle of 25.86º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #803E0C is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 62 | 12 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.50 |
| HSL | 25.86º | 0.83% | 0.27% | - |
| HSV(B) | 25.86º | 0.91% | 0.5% | - |
| XYZ | 10.69 | 8.06 | 1.34 | - |
| YUV | 76.03 | 91.87 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 62 | 12 | 0 | 0.52 | 0.91 | 0.50 | 25.86 | 0.83 | 0.27 |
| Hex | 80 | 3E | C | 0 | 34 | 5B | 32 | 1A | 53 | 1B |
| Octal | 200 | 76 | 14 | 0 | 64 | 133 | 62 | 32 | 123 | 33 |
| Binary | 10000000 | 111110 | 1100 | 0 | 110100 | 1011011 | 110010 | 11010 | 1010011 | 11011 |
Color Harmonies of #803E0C
Complementary color
Monochromatic Colors of #803E0C
Black with #803E0C
Text Example
Text Example
White with #803E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803E0C; }
p { color: rgb(128,62,12); }
H1.HeaderClassName
{
color: #803E0C;
}
.AnyTagClassName
{
color: #803E0C;
}
</style>
background-color css
<style>
a { background-color: #803E0C; }
a { background-color: rgb(128,62,12); }
div.DivClassName
{
background-color: #803E0C;
}
.BgClassName
{
background-color: #803E0C;
}
</style>
border-color css
<style>
span { border-color: #803E0C; }
span { border-color: rgb(128,62,12); }
td.TdClassName
{
border-color: #803E0C;
}
.TagClassName
{
border-color: #803E0C;
}
</style>