Shades of Saddle Brown #803D06
Tints of Saddle Brown #803D06
RGB
CMYK
RGB Variations
Color information
#803D06 (or 0x803D06) is known color: Saddle Brown. HEX triplet: 80, 3D and 06. RGB value is (128,61,6). Sum of RGB (Red+Green+Blue) = 128+61+6=195 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.64% from 195); Green value is 61 (24.22% from 255 or 31.28% from 195); Blue value is 6 (2.73% from 255 or 3.08% from 195); Max value from RGB is 128 - color contains mainly: red. Hex color #803D06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803D06 is #7FC2F9. Grayscale: #4B4B4B. Windows color (decimal): -8372986 or 408960. OLE color: 408960.
HSL color Cylindrical-coordinate representation of color #803D06: hue angle of 27.05º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #803D06 is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 61 | 6 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.50 |
| HSL | 27.05º | 0.91% | 0.26% | - |
| HSV(B) | 27.05º | 0.95% | 0.5% | - |
| XYZ | 10.6 | 7.94 | 1.15 | - |
| YUV | 74.76 | 89.2 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 61 | 6 | 0 | 0.52 | 0.95 | 0.50 | 27.05 | 0.91 | 0.26 |
| Hex | 80 | 3D | 6 | 0 | 34 | 5F | 32 | 1B | 5B | 1A |
| Octal | 200 | 75 | 6 | 0 | 64 | 137 | 62 | 33 | 133 | 32 |
| Binary | 10000000 | 111101 | 110 | 0 | 110100 | 1011111 | 110010 | 11011 | 1011011 | 11010 |
Color Harmonies of #803D06
Complementary color
Monochromatic Colors of #803D06
Black with #803D06
Text Example
Text Example
White with #803D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803D06; }
p { color: rgb(128,61,6); }
H1.HeaderClassName
{
color: #803D06;
}
.AnyTagClassName
{
color: #803D06;
}
</style>
background-color css
<style>
a { background-color: #803D06; }
a { background-color: rgb(128,61,6); }
div.DivClassName
{
background-color: #803D06;
}
.BgClassName
{
background-color: #803D06;
}
</style>
border-color css
<style>
span { border-color: #803D06; }
span { border-color: rgb(128,61,6); }
td.TdClassName
{
border-color: #803D06;
}
.TagClassName
{
border-color: #803D06;
}
</style>