#842F1F

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

Shades of Burnt Umber #842F1F

Tints of Burnt Umber #842F1F

Color information

#842F1F (or 0x842F1F) is unknown color: approx Burnt Umber. HEX triplet: 84, 2F and 1F. RGB value is (132,47,31). Sum of RGB (Red+Green+Blue) = 132+47+31=210 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.86% from 210); Green value is 47 (18.75% from 255 or 22.38% from 210); Blue value is 31 (12.5% from 255 or 14.76% from 210); Max value from RGB is 132 - color contains mainly: red. Hex color #842F1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842F1F is #7BD0E0. Grayscale: #464646. Windows color (decimal): -8114401 or 2043780. OLE color: 2043780.

HSL color Cylindrical-coordinate representation of color #842F1F: hue angle of 9.5º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #842F1F is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB1324731-
CMYK00.640.770.48
HSL9.5º61.96%31.96%-
HSV(B)9.5º76.52%51.76%-
XYZ10.787.042.09-
YUV70.59105.66171.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 62.86%
GREEN value IS 47 (18.75% from 255) = 22.38%
BLUE value IS 31 (12.5% from 255) = 14.76%
R=62.86%
G=22.38%
B=14.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132473100.640.770.489.561.9631.96
Hex842F1F0404D30a3e20
Octal2045737010011560127640
Binary10000100101111111110100000010011011100001010111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,47,31); }

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

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

 a { background-color: rgb(132,47,31); }

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

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

 span { border-color: rgb(132,47,31); }

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