#842E13

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

Shades of Burnt Umber #842E13

Tints of Burnt Umber #842E13

Color information

#842E13 (or 0x842E13) is unknown color: approx Burnt Umber. HEX triplet: 84, 2E and 13. RGB value is (132,46,19). Sum of RGB (Red+Green+Blue) = 132+46+19=197 (26% of max value = 765). Red value is 132 (51.95% from 255 or 67.01% from 197); Green value is 46 (18.36% from 255 or 23.35% from 197); Blue value is 19 (7.81% from 255 or 9.64% from 197); Max value from RGB is 132 - color contains mainly: red. Hex color #842E13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842E13 is #7BD1EC. Grayscale: #444444. Windows color (decimal): -8114669 or 1257092. OLE color: 1257092.

HSL color Cylindrical-coordinate representation of color #842E13: hue angle of 14.34º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #842E13 is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB1324619-
CMYK00.650.860.48
HSL14.34º74.83%29.61%-
HSV(B)14.34º85.61%51.76%-
XYZ10.616.911.39-
YUV68.6499.99173.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 67.01%
GREEN value IS 46 (18.36% from 255) = 23.35%
BLUE value IS 19 (7.81% from 255) = 9.64%
R=67.01%
G=23.35%
B=9.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132461900.650.860.4814.3474.8329.61
Hex842E130415630e4b1e
Octal20456230101126601611336
Binary10000100101110100110100000110101101100001110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842E13; }

 p { color: rgb(132,46,19); }

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

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

 a { background-color: rgb(132,46,19); }

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

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

 span { border-color: rgb(132,46,19); }

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