Shades of Saddle Brown #803600
Tints of Saddle Brown #803600
RGB
CMYK
RGB Variations
Color information
#803600 (or 0x803600) is known color: Saddle Brown. HEX triplet: 80, 36 and 00. RGB value is (128,54,0). Sum of RGB (Red+Green+Blue) = 128+54+0=182 (24% of max value = 765). Red value is 128 (50.39% from 255 or 70.33% from 182); Green value is 54 (21.48% from 255 or 29.67% from 182); Blue value is 0 (0.39% from 255 or 0% from 182); Max value from RGB is 128 - color contains mainly: red. Hex color #803600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803600 is #7FC9FF. Grayscale: #464646. Windows color (decimal): -8374784 or 13952. OLE color: 13952.
HSL color Cylindrical-coordinate representation of color #803600: hue angle of 25.31º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #803600 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 54 | 0 | - |
| CMYK | 0 | 0.58 | 1 | 0.50 |
| HSL | 25.31º | 1% | 0.25% | - |
| HSV(B) | 25.31º | 1% | 0.5% | - |
| XYZ | 10.22 | 7.23 | 0.86 | - |
| YUV | 69.97 | 88.52 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 54 | 0 | 0 | 0.58 | 1 | 0.50 | 25.31 | 1 | 0.25 |
| Hex | 80 | 36 | 0 | 0 | 3A | 64 | 32 | 19 | 64 | 19 |
| Octal | 200 | 66 | 0 | 0 | 72 | 144 | 62 | 31 | 144 | 31 |
| Binary | 10000000 | 110110 | 0 | 0 | 111010 | 1100100 | 110010 | 11001 | 1100100 | 11001 |
Color Harmonies of #803600
Complementary color
Monochromatic Colors of #803600
Black with #803600
Text Example
Text Example
White with #803600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803600; }
p { color: rgb(128,54,0); }
H1.HeaderClassName
{
color: #803600;
}
.AnyTagClassName
{
color: #803600;
}
</style>
background-color css
<style>
a { background-color: #803600; }
a { background-color: rgb(128,54,0); }
div.DivClassName
{
background-color: #803600;
}
.BgClassName
{
background-color: #803600;
}
</style>
border-color css
<style>
span { border-color: #803600; }
span { border-color: rgb(128,54,0); }
td.TdClassName
{
border-color: #803600;
}
.TagClassName
{
border-color: #803600;
}
</style>