#85371F

Color #85371F Burnt Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Umber #85371F

Tints of Burnt Umber #85371F

Color information

#85371F (or 0x85371F) is unknown color: approx Burnt Umber. HEX triplet: 85, 37 and 1F. RGB value is (133,55,31). Sum of RGB (Red+Green+Blue) = 133+55+31=219 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.73% from 219); Green value is 55 (21.88% from 255 or 25.11% from 219); Blue value is 31 (12.5% from 255 or 14.16% from 219); Max value from RGB is 133 - color contains mainly: red. Hex color #85371F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85371F is #7AC8E0. Grayscale: #4B4B4B. Windows color (decimal): -8046817 or 2045829. OLE color: 2045829.

HSL color Cylindrical-coordinate representation of color #85371F: hue angle of 14.12º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #85371F is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB1335531-
CMYK00.590.770.48
HSL14.12º62.2%32.16%-
HSV(B)14.12º76.69%52.16%-
XYZ11.297.822.21-
YUV75.59102.84168.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 60.73%
GREEN value IS 55 (21.88% from 255) = 25.11%
BLUE value IS 31 (12.5% from 255) = 14.16%
R=60.73%
G=25.11%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133553100.590.770.4814.1262.232.16
Hex85371F03B4D30e3e20
Octal205673707311560167640
Binary1000010111011111111011101110011011100001110111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85371F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85371F; }

 p { color: rgb(133,55,31); }

 H1.HeaderClassName
 {
   color: #85371F;
 }
 .AnyTagClassName
 {
   color: #85371F;
 }
</style>
background-color css

<style>
 a { background-color: #85371F; }

 a { background-color: rgb(133,55,31); }

 div.DivClassName
 {
   background-color: #85371F;
 }
 .BgClassName
 {
   background-color: #85371F;
 }
</style>
border-color css

<style>
 span { border-color: #85371F; }

 span { border-color: rgb(133,55,31); }

 td.TdClassName
 {
   border-color: #85371F;
 }
 .TagClassName
 {
   border-color: #85371F;
 }
</style>