#863029

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

Shades of Burnt Umber #863029

Tints of Burnt Umber #863029

Color information

#863029 (or 0x863029) is unknown color: approx Burnt Umber. HEX triplet: 86, 30 and 29. RGB value is (134,48,41). Sum of RGB (Red+Green+Blue) = 134+48+41=223 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.09% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 41 (16.41% from 255 or 18.39% from 223); Max value from RGB is 134 - color contains mainly: red. Hex color #863029 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863029 is #79CFD6. Grayscale: #494949. Windows color (decimal): -7983063 or 2699398. OLE color: 2699398.

HSL color Cylindrical-coordinate representation of color #863029: hue angle of 4.52º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #863029 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB1344841-
CMYK00.640.690.47
HSL4.52º53.14%34.31%-
HSV(B)4.52º69.4%52.55%-
XYZ11.297.342.92-
YUV72.92109.99171.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 60.09%
GREEN value IS 48 (19.14% from 255) = 21.52%
BLUE value IS 41 (16.41% from 255) = 18.39%
R=60.09%
G=21.52%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134484100.640.690.474.5253.1434.31
Hex863029040452F53522
Octal206605101001055756542
Binary10000110110000101001010000001000101101111101110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863029; }

 p { color: rgb(134,48,41); }

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

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

 a { background-color: rgb(134,48,41); }

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

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

 span { border-color: rgb(134,48,41); }

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