Shades of Burnt Umber #85300F
Tints of Burnt Umber #85300F
RGB
CMYK
RGB Variations
Color information
#85300F (or 0x85300F) is known color: Burnt Umber. HEX triplet: 85, 30 and 0F. RGB value is (133,48,15). Sum of RGB (Red+Green+Blue) = 133+48+15=196 (25% of max value = 765). Red value is 133 (52.34% from 255 or 67.86% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 15 (6.25% from 255 or 7.65% from 196); Max value from RGB is 133 - color contains mainly: red. Hex color #85300F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85300F is #7ACFF0. Grayscale: #454545. Windows color (decimal): -8048625 or 995461. OLE color: 995461.
HSL color Cylindrical-coordinate representation of color #85300F: hue angle of 16.78º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85300F is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 48 | 15 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.48 |
| HSL | 16.78º | 0.8% | 0.29% | - |
| HSV(B) | 16.78º | 0.89% | 0.52% | - |
| XYZ | 10.82 | 7.13 | 1.26 | - |
| YUV | 69.65 | 97.16 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 48 | 15 | 0 | 0.64 | 0.89 | 0.48 | 16.78 | 0.8 | 0.29 |
| Hex | 85 | 30 | F | 0 | 40 | 59 | 30 | 11 | 50 | 1D |
| Octal | 205 | 60 | 17 | 0 | 100 | 131 | 60 | 21 | 120 | 35 |
| Binary | 10000101 | 110000 | 1111 | 0 | 1000000 | 1011001 | 110000 | 10001 | 1010000 | 11101 |
Color Harmonies of #85300F
Complementary color
Monochromatic Colors of #85300F
Black with #85300F
Text Example
Text Example
White with #85300F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85300F; }
p { color: rgb(133,48,15); }
H1.HeaderClassName
{
color: #85300F;
}
.AnyTagClassName
{
color: #85300F;
}
</style>
background-color css
<style>
a { background-color: #85300F; }
a { background-color: rgb(133,48,15); }
div.DivClassName
{
background-color: #85300F;
}
.BgClassName
{
background-color: #85300F;
}
</style>
border-color css
<style>
span { border-color: #85300F; }
span { border-color: rgb(133,48,15); }
td.TdClassName
{
border-color: #85300F;
}
.TagClassName
{
border-color: #85300F;
}
</style>