#85321A

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

Shades of Burnt Umber #85321A

Tints of Burnt Umber #85321A

Color information

#85321A (or 0x85321A) is unknown color: approx Burnt Umber. HEX triplet: 85, 32 and 1A. RGB value is (133,50,26). Sum of RGB (Red+Green+Blue) = 133+50+26=209 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.64% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 26 (10.55% from 255 or 12.44% from 209); Max value from RGB is 133 - color contains mainly: red. Hex color #85321A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85321A is #7ACDE5. Grayscale: #484848. Windows color (decimal): -8048102 or 1716869. OLE color: 1716869.

HSL color Cylindrical-coordinate representation of color #85321A: hue angle of 13.46º 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 #85321A is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB1335026-
CMYK00.620.800.48
HSL13.46º67.3%31.18%-
HSV(B)13.46º80.45%52.16%-
XYZ117.341.81-
YUV72.08102171.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 63.64%
GREEN value IS 50 (19.92% from 255) = 23.92%
BLUE value IS 26 (10.55% from 255) = 12.44%
R=63.64%
G=23.92%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133502600.620.800.4813.4667.331.18
Hex85321A03E5030d431f
Octal2056232076120601510337
Binary1000010111001011010011111010100001100001101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85321A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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