#842C14

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

Shades of Burnt Umber #842C14

Tints of Burnt Umber #842C14

Color information

#842C14 (or 0x842C14) is unknown color: approx Burnt Umber. HEX triplet: 84, 2C and 14. RGB value is (132,44,20). Sum of RGB (Red+Green+Blue) = 132+44+20=196 (25% of max value = 765). Red value is 132 (51.95% from 255 or 67.35% from 196); Green value is 44 (17.58% from 255 or 22.45% from 196); Blue value is 20 (8.20% from 255 or 10.20% from 196); Max value from RGB is 132 - color contains mainly: red. Hex color #842C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842C14 is #7BD3EB. Grayscale: #434343. Windows color (decimal): -8115180 or 1322116. OLE color: 1322116.

HSL color Cylindrical-coordinate representation of color #842C14: hue angle of 12.86º 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 #842C14 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.48.

Color convert

RGB1324420-
CMYK00.670.850.48
HSL12.86º73.68%29.8%-
HSV(B)12.86º84.85%51.76%-
XYZ10.546.761.41-
YUV67.58101.15173.95-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 67.35%
GREEN value IS 44 (17.58% from 255) = 22.45%
BLUE value IS 20 (8.20% from 255) = 10.20%
R=67.35%
G=22.45%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.85
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132442000.670.850.4812.8673.6829.8
Hex842C140435530d4a1e
Octal20454240103125601511236
Binary10000100101100101000100001110101011100001101100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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