#85290A

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

Shades of Burnt Umber #85290A

Tints of Burnt Umber #85290A

Color information

#85290A (or 0x85290A) is unknown color: approx Burnt Umber. HEX triplet: 85, 29 and 0A. RGB value is (133,41,10). Sum of RGB (Red+Green+Blue) = 133+41+10=184 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.28% from 184); Green value is 41 (16.41% from 255 or 22.28% from 184); Blue value is 10 (4.30% from 255 or 5.43% from 184); Max value from RGB is 133 - color contains mainly: red. Hex color #85290A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85290A is #7AD6F5. Grayscale: #414141. Windows color (decimal): -8050422 or 665989. OLE color: 665989.

HSL color Cylindrical-coordinate representation of color #85290A: hue angle of 15.12º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #85290A is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB1334110-
CMYK00.690.920.48
HSL15.12º86.01%28.04%-
HSV(B)15.12º92.48%52.16%-
XYZ10.526.591.01-
YUV64.9796.98176.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 72.28%
GREEN value IS 41 (16.41% from 255) = 22.28%
BLUE value IS 10 (4.30% from 255) = 5.43%
R=72.28%
G=22.28%
B=5.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133411000.690.920.4815.1286.0128.04
Hex8529A0455C30f561c
Octal20551120105134601712634
Binary1000010110100110100100010110111001100001111101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85290A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,41,10); }

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

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

 a { background-color: rgb(133,41,10); }

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

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

 span { border-color: rgb(133,41,10); }

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