#85291C

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

Shades of Burnt Umber #85291C

Tints of Burnt Umber #85291C

Color information

#85291C (or 0x85291C) is unknown color: approx Burnt Umber. HEX triplet: 85, 29 and 1C. RGB value is (133,41,28). Sum of RGB (Red+Green+Blue) = 133+41+28=202 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.84% from 202); Green value is 41 (16.41% from 255 or 20.30% from 202); Blue value is 28 (11.33% from 255 or 13.86% from 202); Max value from RGB is 133 - color contains mainly: red. Hex color #85291C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85291C is #7AD6E3. Grayscale: #434343. Windows color (decimal): -8050404 or 1845637. OLE color: 1845637.

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

Color convert

RGB1334128-
CMYK00.690.790.48
HSL7.43º65.22%31.57%-
HSV(B)7.43º78.95%52.16%-
XYZ10.686.661.82-
YUV67.03105.98175.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 65.84%
GREEN value IS 41 (16.41% from 255) = 20.30%
BLUE value IS 28 (11.33% from 255) = 13.86%
R=65.84%
G=20.30%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.79
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133412800.690.790.487.4365.2231.57
Hex85291C0454F3074120
Octal2055134010511760710140
Binary10000101101001111000100010110011111100001111000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85291C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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