Shades of Saddle Brown #803203
Tints of Saddle Brown #803203
RGB
CMYK
RGB Variations
Color information
#803203 (or 0x803203) is known color: Saddle Brown. HEX triplet: 80, 32 and 03. RGB value is (128,50,3). Sum of RGB (Red+Green+Blue) = 128+50+3=181 (23% of max value = 765). Red value is 128 (50.39% from 255 or 70.72% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 3 (1.56% from 255 or 1.66% from 181); Max value from RGB is 128 - color contains mainly: red. Hex color #803203 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803203 is #7FCDFC. Grayscale: #444444. Windows color (decimal): -8375805 or 209536. OLE color: 209536.
HSL color Cylindrical-coordinate representation of color #803203: hue angle of 22.56º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #803203 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 50 | 3 | - |
| CMYK | 0 | 0.61 | 0.98 | 0.50 |
| HSL | 22.56º | 0.95% | 0.26% | - |
| HSV(B) | 22.56º | 0.98% | 0.5% | - |
| XYZ | 10.06 | 6.88 | 0.88 | - |
| YUV | 67.96 | 91.34 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 50 | 3 | 0 | 0.61 | 0.98 | 0.50 | 22.56 | 0.95 | 0.26 |
| Hex | 80 | 32 | 3 | 0 | 3D | 62 | 32 | 17 | 5F | 1A |
| Octal | 200 | 62 | 3 | 0 | 75 | 142 | 62 | 27 | 137 | 32 |
| Binary | 10000000 | 110010 | 11 | 0 | 111101 | 1100010 | 110010 | 10111 | 1011111 | 11010 |
Color Harmonies of #803203
Complementary color
Monochromatic Colors of #803203
Black with #803203
Text Example
Text Example
White with #803203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803203; }
p { color: rgb(128,50,3); }
H1.HeaderClassName
{
color: #803203;
}
.AnyTagClassName
{
color: #803203;
}
</style>
background-color css
<style>
a { background-color: #803203; }
a { background-color: rgb(128,50,3); }
div.DivClassName
{
background-color: #803203;
}
.BgClassName
{
background-color: #803203;
}
</style>
border-color css
<style>
span { border-color: #803203; }
span { border-color: rgb(128,50,3); }
td.TdClassName
{
border-color: #803203;
}
.TagClassName
{
border-color: #803203;
}
</style>