#85290C

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

Shades of Burnt Umber #85290C

Tints of Burnt Umber #85290C

Color information

#85290C (or 0x85290C) is unknown color: approx Burnt Umber. HEX triplet: 85, 29 and 0C. RGB value is (133,41,12). Sum of RGB (Red+Green+Blue) = 133+41+12=186 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.51% from 186); Green value is 41 (16.41% from 255 or 22.04% from 186); Blue value is 12 (5.08% from 255 or 6.45% from 186); Max value from RGB is 133 - color contains mainly: red. Hex color #85290C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85290C is #7AD6F3. Grayscale: #414141. Windows color (decimal): -8050420 or 797061. OLE color: 797061.

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

Color convert

RGB1334112-
CMYK00.690.910.48
HSL14.38º83.45%28.43%-
HSV(B)14.38º90.98%52.16%-
XYZ10.536.61.07-
YUV65.297.98176.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 71.51%
GREEN value IS 41 (16.41% from 255) = 22.04%
BLUE value IS 12 (5.08% from 255) = 6.45%
R=71.51%
G=22.04%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.91
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133411200.690.910.4814.3883.4528.43
Hex8529C0455B30e531c
Octal20551140105133601612334
Binary1000010110100111000100010110110111100001110101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85290C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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