Shades of Saddle Brown #803800
Tints of Saddle Brown #803800
RGB
CMYK
RGB Variations
Color information
#803800 (or 0x803800) is known color: Saddle Brown. HEX triplet: 80, 38 and 00. RGB value is (128,56,0). Sum of RGB (Red+Green+Blue) = 128+56+0=184 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.57% from 184); Green value is 56 (22.27% from 255 or 30.43% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 128 - color contains mainly: red. Hex color #803800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803800 is #7FC7FF. Grayscale: #474747. Windows color (decimal): -8374272 or 14464. OLE color: 14464.
HSL color Cylindrical-coordinate representation of color #803800: hue angle of 26.25º 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 #803800 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 56 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.50 |
| HSL | 26.25º | 1% | 0.25% | - |
| HSV(B) | 26.25º | 1% | 0.5% | - |
| XYZ | 10.32 | 7.42 | 0.89 | - |
| YUV | 71.14 | 87.85 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 56 | 0 | 0 | 0.56 | 1 | 0.50 | 26.25 | 1 | 0.25 |
| Hex | 80 | 38 | 0 | 0 | 38 | 64 | 32 | 1A | 64 | 19 |
| Octal | 200 | 70 | 0 | 0 | 70 | 144 | 62 | 32 | 144 | 31 |
| Binary | 10000000 | 111000 | 0 | 0 | 111000 | 1100100 | 110010 | 11010 | 1100100 | 11001 |
Color Harmonies of #803800
Complementary color
Monochromatic Colors of #803800
Black with #803800
Text Example
Text Example
White with #803800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803800; }
p { color: rgb(128,56,0); }
H1.HeaderClassName
{
color: #803800;
}
.AnyTagClassName
{
color: #803800;
}
</style>
background-color css
<style>
a { background-color: #803800; }
a { background-color: rgb(128,56,0); }
div.DivClassName
{
background-color: #803800;
}
.BgClassName
{
background-color: #803800;
}
</style>
border-color css
<style>
span { border-color: #803800; }
span { border-color: rgb(128,56,0); }
td.TdClassName
{
border-color: #803800;
}
.TagClassName
{
border-color: #803800;
}
</style>