Shades of Saddle Brown #854A00
Tints of Saddle Brown #854A00
RGB
CMYK
RGB Variations
Color information
#854A00 (or 0x854A00) is known color: Saddle Brown. HEX triplet: 85, 4A and 00. RGB value is (133,74,0). Sum of RGB (Red+Green+Blue) = 133+74+0=207 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.25% from 207); Green value is 74 (29.30% from 255 or 35.75% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 133 - color contains mainly: red. Hex color #854A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854A00 is #7AB5FF. Grayscale: #535353. Windows color (decimal): -8041984 or 19077. OLE color: 19077.
HSL color Cylindrical-coordinate representation of color #854A00: hue angle of 33.38º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #854A00 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 74 | 0 | - |
| CMYK | 0 | 0.44 | 1 | 0.48 |
| HSL | 33.38º | 1% | 0.26% | - |
| HSV(B) | 33.38º | 1% | 0.52% | - |
| XYZ | 12.12 | 9.88 | 1.27 | - |
| YUV | 83.21 | 81.05 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 74 | 0 | 0 | 0.44 | 1 | 0.48 | 33.38 | 1 | 0.26 |
| Hex | 85 | 4A | 0 | 0 | 2C | 64 | 30 | 21 | 64 | 1A |
| Octal | 205 | 112 | 0 | 0 | 54 | 144 | 60 | 41 | 144 | 32 |
| Binary | 10000101 | 1001010 | 0 | 0 | 101100 | 1100100 | 110000 | 100001 | 1100100 | 11010 |
Color Harmonies of #854A00
Complementary color
Monochromatic Colors of #854A00
Black with #854A00
Text Example
Text Example
White with #854A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854A00; }
p { color: rgb(133,74,0); }
H1.HeaderClassName
{
color: #854A00;
}
.AnyTagClassName
{
color: #854A00;
}
</style>
background-color css
<style>
a { background-color: #854A00; }
a { background-color: rgb(133,74,0); }
div.DivClassName
{
background-color: #854A00;
}
.BgClassName
{
background-color: #854A00;
}
</style>
border-color css
<style>
span { border-color: #854A00; }
span { border-color: rgb(133,74,0); }
td.TdClassName
{
border-color: #854A00;
}
.TagClassName
{
border-color: #854A00;
}
</style>