#842914

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

Shades of Burnt Umber #842914

Tints of Burnt Umber #842914

Color information

#842914 (or 0x842914) is unknown color: approx Burnt Umber. HEX triplet: 84, 29 and 14. RGB value is (132,41,20). Sum of RGB (Red+Green+Blue) = 132+41+20=193 (25% of max value = 765). Red value is 132 (51.95% from 255 or 68.39% from 193); Green value is 41 (16.41% from 255 or 21.24% from 193); Blue value is 20 (8.20% from 255 or 10.36% from 193); Max value from RGB is 132 - color contains mainly: red. Hex color #842914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842914 is #7BD6EB. Grayscale: #414141. Windows color (decimal): -8115948 or 1321348. OLE color: 1321348.

HSL color Cylindrical-coordinate representation of color #842914: hue angle of 11.25º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #842914 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.48.

Color convert

RGB1324120-
CMYK00.690.850.48
HSL11.25º73.68%29.8%-
HSV(B)11.25º84.85%51.76%-
XYZ10.436.541.37-
YUV65.82102.15175.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 68.39%
GREEN value IS 41 (16.41% from 255) = 21.24%
BLUE value IS 20 (8.20% from 255) = 10.36%
R=68.39%
G=21.24%
B=10.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.85
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132412000.690.850.4811.2573.6829.8
Hex8429140455530b4a1e
Octal20451240105125601311236
Binary10000100101001101000100010110101011100001011100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842914; }

 p { color: rgb(132,41,20); }

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

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

 a { background-color: rgb(132,41,20); }

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

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

 span { border-color: rgb(132,41,20); }

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