Shades of Saddle Brown #803306
Tints of Saddle Brown #803306
RGB
CMYK
RGB Variations
Color information
#803306 (or 0x803306) is known color: Saddle Brown. HEX triplet: 80, 33 and 06. RGB value is (128,51,6). Sum of RGB (Red+Green+Blue) = 128+51+6=185 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.19% from 185); Green value is 51 (20.31% from 255 or 27.57% from 185); Blue value is 6 (2.73% from 255 or 3.24% from 185); Max value from RGB is 128 - color contains mainly: red. Hex color #803306 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803306 is #7FCCF9. Grayscale: #454545. Windows color (decimal): -8375546 or 406400. OLE color: 406400.
HSL color Cylindrical-coordinate representation of color #803306: hue angle of 22.13º 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 #803306 is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 51 | 6 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.50 |
| HSL | 22.13º | 0.91% | 0.26% | - |
| HSV(B) | 22.13º | 0.95% | 0.5% | - |
| XYZ | 10.12 | 6.97 | 0.98 | - |
| YUV | 68.89 | 92.51 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 51 | 6 | 0 | 0.60 | 0.95 | 0.50 | 22.13 | 0.91 | 0.26 |
| Hex | 80 | 33 | 6 | 0 | 3C | 5F | 32 | 16 | 5B | 1A |
| Octal | 200 | 63 | 6 | 0 | 74 | 137 | 62 | 26 | 133 | 32 |
| Binary | 10000000 | 110011 | 110 | 0 | 111100 | 1011111 | 110010 | 10110 | 1011011 | 11010 |
Color Harmonies of #803306
Complementary color
Monochromatic Colors of #803306
Black with #803306
Text Example
Text Example
White with #803306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803306; }
p { color: rgb(128,51,6); }
H1.HeaderClassName
{
color: #803306;
}
.AnyTagClassName
{
color: #803306;
}
</style>
background-color css
<style>
a { background-color: #803306; }
a { background-color: rgb(128,51,6); }
div.DivClassName
{
background-color: #803306;
}
.BgClassName
{
background-color: #803306;
}
</style>
border-color css
<style>
span { border-color: #803306; }
span { border-color: rgb(128,51,6); }
td.TdClassName
{
border-color: #803306;
}
.TagClassName
{
border-color: #803306;
}
</style>