Shades of Saddle Brown #803D0C
Tints of Saddle Brown #803D0C
RGB
CMYK
RGB Variations
Color information
#803D0C (or 0x803D0C) is known color: Saddle Brown. HEX triplet: 80, 3D and 0C. RGB value is (128,61,12). Sum of RGB (Red+Green+Blue) = 128+61+12=201 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.68% from 201); Green value is 61 (24.22% from 255 or 30.35% from 201); Blue value is 12 (5.08% from 255 or 5.97% from 201); Max value from RGB is 128 - color contains mainly: red. Hex color #803D0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803D0C is #7FC2F3. Grayscale: #4B4B4B. Windows color (decimal): -8372980 or 802176. OLE color: 802176.
HSL color Cylindrical-coordinate representation of color #803D0C: hue angle of 25.34º 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 #803D0C is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 61 | 12 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.50 |
| HSL | 25.34º | 0.83% | 0.27% | - |
| HSV(B) | 25.34º | 0.91% | 0.5% | - |
| XYZ | 10.64 | 7.95 | 1.32 | - |
| YUV | 75.45 | 92.2 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 61 | 12 | 0 | 0.52 | 0.91 | 0.50 | 25.34 | 0.83 | 0.27 |
| Hex | 80 | 3D | C | 0 | 34 | 5B | 32 | 19 | 53 | 1B |
| Octal | 200 | 75 | 14 | 0 | 64 | 133 | 62 | 31 | 123 | 33 |
| Binary | 10000000 | 111101 | 1100 | 0 | 110100 | 1011011 | 110010 | 11001 | 1010011 | 11011 |
Color Harmonies of #803D0C
Complementary color
Monochromatic Colors of #803D0C
Black with #803D0C
Text Example
Text Example
White with #803D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803D0C; }
p { color: rgb(128,61,12); }
H1.HeaderClassName
{
color: #803D0C;
}
.AnyTagClassName
{
color: #803D0C;
}
</style>
background-color css
<style>
a { background-color: #803D0C; }
a { background-color: rgb(128,61,12); }
div.DivClassName
{
background-color: #803D0C;
}
.BgClassName
{
background-color: #803D0C;
}
</style>
border-color css
<style>
span { border-color: #803D0C; }
span { border-color: rgb(128,61,12); }
td.TdClassName
{
border-color: #803D0C;
}
.TagClassName
{
border-color: #803D0C;
}
</style>