Shades of Saddle Brown #854300
Tints of Saddle Brown #854300
RGB
CMYK
RGB Variations
Color information
#854300 (or 0x854300) is known color: Saddle Brown. HEX triplet: 85, 43 and 00. RGB value is (133,67,0). Sum of RGB (Red+Green+Blue) = 133+67+0=200 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.5% from 200); Green value is 67 (26.56% from 255 or 33.5% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 133 - color contains mainly: red. Hex color #854300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854300 is #7ABCFF. Grayscale: #4F4F4F. Windows color (decimal): -8043776 or 17285. OLE color: 17285.
HSL color Cylindrical-coordinate representation of color #854300: hue angle of 30.23º 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 #854300 is Cyan = 0, Magento = 0.50, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 67 | 0 | - |
| CMYK | 0 | 0.50 | 1 | 0.48 |
| HSL | 30.23º | 1% | 0.26% | - |
| HSV(B) | 30.23º | 1% | 0.52% | - |
| XYZ | 11.68 | 9 | 1.12 | - |
| YUV | 79.1 | 83.37 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 67 | 0 | 0 | 0.50 | 1 | 0.48 | 30.23 | 1 | 0.26 |
| Hex | 85 | 43 | 0 | 0 | 32 | 64 | 30 | 1E | 64 | 1A |
| Octal | 205 | 103 | 0 | 0 | 62 | 144 | 60 | 36 | 144 | 32 |
| Binary | 10000101 | 1000011 | 0 | 0 | 110010 | 1100100 | 110000 | 11110 | 1100100 | 11010 |
Color Harmonies of #854300
Complementary color
Monochromatic Colors of #854300
Black with #854300
Text Example
Text Example
White with #854300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854300; }
p { color: rgb(133,67,0); }
H1.HeaderClassName
{
color: #854300;
}
.AnyTagClassName
{
color: #854300;
}
</style>
background-color css
<style>
a { background-color: #854300; }
a { background-color: rgb(133,67,0); }
div.DivClassName
{
background-color: #854300;
}
.BgClassName
{
background-color: #854300;
}
</style>
border-color css
<style>
span { border-color: #854300; }
span { border-color: rgb(133,67,0); }
td.TdClassName
{
border-color: #854300;
}
.TagClassName
{
border-color: #854300;
}
</style>