#842C0A

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

Shades of Burnt Umber #842C0A

Tints of Burnt Umber #842C0A

Color information

#842C0A (or 0x842C0A) is unknown color: approx Burnt Umber. HEX triplet: 84, 2C and 0A. RGB value is (132,44,10). Sum of RGB (Red+Green+Blue) = 132+44+10=186 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.97% from 186); Green value is 44 (17.58% from 255 or 23.66% from 186); Blue value is 10 (4.30% from 255 or 5.38% from 186); Max value from RGB is 132 - color contains mainly: red. Hex color #842C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842C0A is #7BD3F5. Grayscale: #424242. Windows color (decimal): -8115190 or 666756. OLE color: 666756.

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

Color convert

RGB1324410-
CMYK00.670.920.48
HSL16.72º85.92%27.84%-
HSV(B)16.72º92.42%51.76%-
XYZ10.476.731.03-
YUV66.4496.15174.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 70.97%
GREEN value IS 44 (17.58% from 255) = 23.66%
BLUE value IS 10 (4.30% from 255) = 5.38%
R=70.97%
G=23.66%
B=5.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132441000.670.920.4816.7285.9227.84
Hex842CA0435C3011561c
Octal20454120103134602112634
Binary10000100101100101001000011101110011000010001101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,44,10); }

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

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

 a { background-color: rgb(132,44,10); }

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

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

 span { border-color: rgb(132,44,10); }

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