Shades of Saddle Brown #803201
Tints of Saddle Brown #803201
RGB
CMYK
RGB Variations
Color information
#803201 (or 0x803201) is known color: Saddle Brown. HEX triplet: 80, 32 and 01. RGB value is (128,50,1). Sum of RGB (Red+Green+Blue) = 128+50+1=179 (23% of max value = 765). Red value is 128 (50.39% from 255 or 71.51% from 179); Green value is 50 (19.92% from 255 or 27.93% from 179); Blue value is 1 (0.78% from 255 or 0.56% from 179); Max value from RGB is 128 - color contains mainly: red. Hex color #803201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803201 is #7FCDFE. Grayscale: #444444. Windows color (decimal): -8375807 or 78464. OLE color: 78464.
HSL color Cylindrical-coordinate representation of color #803201: hue angle of 23.15º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #803201 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 50 | 1 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.50 |
| HSL | 23.15º | 0.98% | 0.25% | - |
| HSV(B) | 23.15º | 0.99% | 0.5% | - |
| XYZ | 10.05 | 6.87 | 0.83 | - |
| YUV | 67.74 | 90.34 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 50 | 1 | 0 | 0.61 | 0.99 | 0.50 | 23.15 | 0.98 | 0.25 |
| Hex | 80 | 32 | 1 | 0 | 3D | 63 | 32 | 17 | 62 | 19 |
| Octal | 200 | 62 | 1 | 0 | 75 | 143 | 62 | 27 | 142 | 31 |
| Binary | 10000000 | 110010 | 1 | 0 | 111101 | 1100011 | 110010 | 10111 | 1100010 | 11001 |
Color Harmonies of #803201
Complementary color
Monochromatic Colors of #803201
Black with #803201
Text Example
Text Example
White with #803201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803201; }
p { color: rgb(128,50,1); }
H1.HeaderClassName
{
color: #803201;
}
.AnyTagClassName
{
color: #803201;
}
</style>
background-color css
<style>
a { background-color: #803201; }
a { background-color: rgb(128,50,1); }
div.DivClassName
{
background-color: #803201;
}
.BgClassName
{
background-color: #803201;
}
</style>
border-color css
<style>
span { border-color: #803201; }
span { border-color: rgb(128,50,1); }
td.TdClassName
{
border-color: #803201;
}
.TagClassName
{
border-color: #803201;
}
</style>