#85290F

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

Shades of Burnt Umber #85290F

Tints of Burnt Umber #85290F

Color information

#85290F (or 0x85290F) is unknown color: approx Burnt Umber. HEX triplet: 85, 29 and 0F. RGB value is (133,41,15). Sum of RGB (Red+Green+Blue) = 133+41+15=189 (25% of max value = 765). Red value is 133 (52.34% from 255 or 70.37% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 15 (6.25% from 255 or 7.94% from 189); Max value from RGB is 133 - color contains mainly: red. Hex color #85290F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85290F is #7AD6F0. Grayscale: #414141. Windows color (decimal): -8050417 or 993669. OLE color: 993669.

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

Color convert

RGB1334115-
CMYK00.690.890.48
HSL13.22º79.73%29.02%-
HSV(B)13.22º88.72%52.16%-
XYZ10.556.611.17-
YUV65.5499.48176.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 70.37%
GREEN value IS 41 (16.41% from 255) = 21.69%
BLUE value IS 15 (6.25% from 255) = 7.94%
R=70.37%
G=21.69%
B=7.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133411500.690.890.4813.2279.7329.02
Hex8529F0455930d501d
Octal20551170105131601512035
Binary1000010110100111110100010110110011100001101101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85290F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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