#842C15

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

Shades of Burnt Umber #842C15

Tints of Burnt Umber #842C15

Color information

#842C15 (or 0x842C15) is unknown color: approx Burnt Umber. HEX triplet: 84, 2C and 15. RGB value is (132,44,21). Sum of RGB (Red+Green+Blue) = 132+44+21=197 (26% of max value = 765). Red value is 132 (51.95% from 255 or 67.01% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 21 (8.59% from 255 or 10.66% from 197); Max value from RGB is 132 - color contains mainly: red. Hex color #842C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842C15 is #7BD3EA. Grayscale: #434343. Windows color (decimal): -8115179 or 1387652. OLE color: 1387652.

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

Color convert

RGB1324421-
CMYK00.670.840.48
HSL12.43º72.55%30%-
HSV(B)12.43º84.09%51.76%-
XYZ10.556.761.46-
YUV67.69101.65173.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 67.01%
GREEN value IS 44 (17.58% from 255) = 22.34%
BLUE value IS 21 (8.59% from 255) = 10.66%
R=67.01%
G=22.34%
B=10.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.84
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132442100.670.840.4812.4372.5530
Hex842C150435430c491e
Octal20454250103124601411136
Binary10000100101100101010100001110101001100001100100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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