Shades of Saddle Brown #803B09
Tints of Saddle Brown #803B09
RGB
CMYK
RGB Variations
Color information
#803B09 (or 0x803B09) is known color: Saddle Brown. HEX triplet: 80, 3B and 09. RGB value is (128,59,9). Sum of RGB (Red+Green+Blue) = 128+59+9=196 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.31% from 196); Green value is 59 (23.44% from 255 or 30.10% from 196); Blue value is 9 (3.91% from 255 or 4.59% from 196); Max value from RGB is 128 - color contains mainly: red. Hex color #803B09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803B09 is #7FC4F6. Grayscale: #4A4A4A. Windows color (decimal): -8373495 or 605056. OLE color: 605056.
HSL color Cylindrical-coordinate representation of color #803B09: hue angle of 25.21º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #803B09 is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 59 | 9 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.50 |
| HSL | 25.21º | 0.87% | 0.27% | - |
| HSV(B) | 25.21º | 0.93% | 0.5% | - |
| XYZ | 10.52 | 7.74 | 1.2 | - |
| YUV | 73.93 | 91.36 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 59 | 9 | 0 | 0.54 | 0.93 | 0.50 | 25.21 | 0.87 | 0.27 |
| Hex | 80 | 3B | 9 | 0 | 36 | 5D | 32 | 19 | 57 | 1B |
| Octal | 200 | 73 | 11 | 0 | 66 | 135 | 62 | 31 | 127 | 33 |
| Binary | 10000000 | 111011 | 1001 | 0 | 110110 | 1011101 | 110010 | 11001 | 1010111 | 11011 |
Color Harmonies of #803B09
Complementary color
Monochromatic Colors of #803B09
Black with #803B09
Text Example
Text Example
White with #803B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803B09; }
p { color: rgb(128,59,9); }
H1.HeaderClassName
{
color: #803B09;
}
.AnyTagClassName
{
color: #803B09;
}
</style>
background-color css
<style>
a { background-color: #803B09; }
a { background-color: rgb(128,59,9); }
div.DivClassName
{
background-color: #803B09;
}
.BgClassName
{
background-color: #803B09;
}
</style>
border-color css
<style>
span { border-color: #803B09; }
span { border-color: rgb(128,59,9); }
td.TdClassName
{
border-color: #803B09;
}
.TagClassName
{
border-color: #803B09;
}
</style>