Shades of Saddle Brown #803601
Tints of Saddle Brown #803601
RGB
CMYK
RGB Variations
Color information
#803601 (or 0x803601) is known color: Saddle Brown. HEX triplet: 80, 36 and 01. RGB value is (128,54,1). Sum of RGB (Red+Green+Blue) = 128+54+1=183 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.95% from 183); Green value is 54 (21.48% from 255 or 29.51% from 183); Blue value is 1 (0.78% from 255 or 0.55% from 183); Max value from RGB is 128 - color contains mainly: red. Hex color #803601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803601 is #7FC9FE. Grayscale: #464646. Windows color (decimal): -8374783 or 79488. OLE color: 79488.
HSL color Cylindrical-coordinate representation of color #803601: hue angle of 25.04º 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 #803601 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 54 | 1 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.50 |
| HSL | 25.04º | 0.98% | 0.25% | - |
| HSV(B) | 25.04º | 0.99% | 0.5% | - |
| XYZ | 10.23 | 7.23 | 0.89 | - |
| YUV | 70.08 | 89.02 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 54 | 1 | 0 | 0.58 | 0.99 | 0.50 | 25.04 | 0.98 | 0.25 |
| Hex | 80 | 36 | 1 | 0 | 3A | 63 | 32 | 19 | 62 | 19 |
| Octal | 200 | 66 | 1 | 0 | 72 | 143 | 62 | 31 | 142 | 31 |
| Binary | 10000000 | 110110 | 1 | 0 | 111010 | 1100011 | 110010 | 11001 | 1100010 | 11001 |
Color Harmonies of #803601
Complementary color
Monochromatic Colors of #803601
Black with #803601
Text Example
Text Example
White with #803601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803601; }
p { color: rgb(128,54,1); }
H1.HeaderClassName
{
color: #803601;
}
.AnyTagClassName
{
color: #803601;
}
</style>
background-color css
<style>
a { background-color: #803601; }
a { background-color: rgb(128,54,1); }
div.DivClassName
{
background-color: #803601;
}
.BgClassName
{
background-color: #803601;
}
</style>
border-color css
<style>
span { border-color: #803601; }
span { border-color: rgb(128,54,1); }
td.TdClassName
{
border-color: #803601;
}
.TagClassName
{
border-color: #803601;
}
</style>