Shades of Saddle Brown #854507
Tints of Saddle Brown #854507
RGB
CMYK
RGB Variations
Color information
#854507 (or 0x854507) is known color: Saddle Brown. HEX triplet: 85, 45 and 07. RGB value is (133,69,7). Sum of RGB (Red+Green+Blue) = 133+69+7=209 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.64% from 209); Green value is 69 (27.34% from 255 or 33.01% from 209); Blue value is 7 (3.12% from 255 or 3.35% from 209); Max value from RGB is 133 - color contains mainly: red. Hex color #854507 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854507 is #7ABAF8. Grayscale: #515151. Windows color (decimal): -8043257 or 476549. OLE color: 476549.
HSL color Cylindrical-coordinate representation of color #854507: hue angle of 29.52º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #854507 is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 69 | 7 | - |
| CMYK | 0 | 0.48 | 0.95 | 0.48 |
| HSL | 29.52º | 0.9% | 0.27% | - |
| HSV(B) | 29.52º | 0.95% | 0.52% | - |
| XYZ | 11.84 | 9.26 | 1.36 | - |
| YUV | 81.07 | 86.2 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 69 | 7 | 0 | 0.48 | 0.95 | 0.48 | 29.52 | 0.9 | 0.27 |
| Hex | 85 | 45 | 7 | 0 | 30 | 5F | 30 | 1E | 5A | 1B |
| Octal | 205 | 105 | 7 | 0 | 60 | 137 | 60 | 36 | 132 | 33 |
| Binary | 10000101 | 1000101 | 111 | 0 | 110000 | 1011111 | 110000 | 11110 | 1011010 | 11011 |
Color Harmonies of #854507
Complementary color
Monochromatic Colors of #854507
Black with #854507
Text Example
Text Example
White with #854507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854507; }
p { color: rgb(133,69,7); }
H1.HeaderClassName
{
color: #854507;
}
.AnyTagClassName
{
color: #854507;
}
</style>
background-color css
<style>
a { background-color: #854507; }
a { background-color: rgb(133,69,7); }
div.DivClassName
{
background-color: #854507;
}
.BgClassName
{
background-color: #854507;
}
</style>
border-color css
<style>
span { border-color: #854507; }
span { border-color: rgb(133,69,7); }
td.TdClassName
{
border-color: #854507;
}
.TagClassName
{
border-color: #854507;
}
</style>