#842812

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

Shades of Burnt Umber #842812

Tints of Burnt Umber #842812

Color information

#842812 (or 0x842812) is unknown color: approx Burnt Umber. HEX triplet: 84, 28 and 12. RGB value is (132,40,18). Sum of RGB (Red+Green+Blue) = 132+40+18=190 (25% of max value = 765). Red value is 132 (51.95% from 255 or 69.47% from 190); Green value is 40 (16.02% from 255 or 21.05% from 190); Blue value is 18 (7.42% from 255 or 9.47% from 190); Max value from RGB is 132 - color contains mainly: red. Hex color #842812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842812 is #7BD7ED. Grayscale: #414141. Windows color (decimal): -8116206 or 1190020. OLE color: 1190020.

HSL color Cylindrical-coordinate representation of color #842812: hue angle of 11.58º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #842812 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB1324018-
CMYK00.700.860.48
HSL11.58º76%29.41%-
HSV(B)11.58º86.36%51.76%-
XYZ10.386.471.27-
YUV65101.48175.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 69.47%
GREEN value IS 40 (16.02% from 255) = 21.05%
BLUE value IS 18 (7.42% from 255) = 9.47%
R=69.47%
G=21.05%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132401800.700.860.4811.587629.41
Hex8428120465630c4c1d
Octal20450220106126601411435
Binary10000100101000100100100011010101101100001100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842812; }

 p { color: rgb(132,40,18); }

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

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

 a { background-color: rgb(132,40,18); }

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

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

 span { border-color: rgb(132,40,18); }

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