#85391A

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

Shades of Burnt Umber #85391A

Tints of Burnt Umber #85391A

Color information

#85391A (or 0x85391A) is unknown color: approx Burnt Umber. HEX triplet: 85, 39 and 1A. RGB value is (133,57,26). Sum of RGB (Red+Green+Blue) = 133+57+26=216 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.57% from 216); Green value is 57 (22.66% from 255 or 26.39% from 216); Blue value is 26 (10.55% from 255 or 12.04% from 216); Max value from RGB is 133 - color contains mainly: red. Hex color #85391A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85391A is #7AC6E5. Grayscale: #4C4C4C. Windows color (decimal): -8046310 or 1718661. OLE color: 1718661.

HSL color Cylindrical-coordinate representation of color #85391A: hue angle of 17.38º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #85391A is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB1335726-
CMYK00.570.800.48
HSL17.38º67.3%31.18%-
HSV(B)17.38º80.45%52.16%-
XYZ11.327.991.92-
YUV76.1999.68168.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 61.57%
GREEN value IS 57 (22.66% from 255) = 26.39%
BLUE value IS 26 (10.55% from 255) = 12.04%
R=61.57%
G=26.39%
B=12.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133572600.570.800.4817.3867.331.18
Hex85391A039503011431f
Octal2057132071120602110337
Binary10000101111001110100111001101000011000010001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85391A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85391A; }

 p { color: rgb(133,57,26); }

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

<style>
 a { background-color: #85391A; }

 a { background-color: rgb(133,57,26); }

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

<style>
 span { border-color: #85391A; }

 span { border-color: rgb(133,57,26); }

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