Shades of Saddle Brown #803B06
Tints of Saddle Brown #803B06
RGB
CMYK
RGB Variations
Color information
#803B06 (or 0x803B06) is known color: Saddle Brown. HEX triplet: 80, 3B and 06. RGB value is (128,59,6). Sum of RGB (Red+Green+Blue) = 128+59+6=193 (25% of max value = 765). Red value is 128 (50.39% from 255 or 66.32% from 193); Green value is 59 (23.44% from 255 or 30.57% from 193); Blue value is 6 (2.73% from 255 or 3.11% from 193); Max value from RGB is 128 - color contains mainly: red. Hex color #803B06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803B06 is #7FC4F9. Grayscale: #494949. Windows color (decimal): -8373498 or 408448. OLE color: 408448.
HSL color Cylindrical-coordinate representation of color #803B06: hue angle of 26.07º 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 #803B06 is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 59 | 6 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.50 |
| HSL | 26.07º | 0.91% | 0.26% | - |
| HSV(B) | 26.07º | 0.95% | 0.5% | - |
| XYZ | 10.5 | 7.73 | 1.11 | - |
| YUV | 73.59 | 89.86 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 59 | 6 | 0 | 0.54 | 0.95 | 0.50 | 26.07 | 0.91 | 0.26 |
| Hex | 80 | 3B | 6 | 0 | 36 | 5F | 32 | 1A | 5B | 1A |
| Octal | 200 | 73 | 6 | 0 | 66 | 137 | 62 | 32 | 133 | 32 |
| Binary | 10000000 | 111011 | 110 | 0 | 110110 | 1011111 | 110010 | 11010 | 1011011 | 11010 |
Color Harmonies of #803B06
Complementary color
Monochromatic Colors of #803B06
Black with #803B06
Text Example
Text Example
White with #803B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803B06; }
p { color: rgb(128,59,6); }
H1.HeaderClassName
{
color: #803B06;
}
.AnyTagClassName
{
color: #803B06;
}
</style>
background-color css
<style>
a { background-color: #803B06; }
a { background-color: rgb(128,59,6); }
div.DivClassName
{
background-color: #803B06;
}
.BgClassName
{
background-color: #803B06;
}
</style>
border-color css
<style>
span { border-color: #803B06; }
span { border-color: rgb(128,59,6); }
td.TdClassName
{
border-color: #803B06;
}
.TagClassName
{
border-color: #803B06;
}
</style>