#84281C

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

Shades of Burnt Umber #84281C

Tints of Burnt Umber #84281C

Color information

#84281C (or 0x84281C) is unknown color: approx Burnt Umber. HEX triplet: 84, 28 and 1C. RGB value is (132,40,28). Sum of RGB (Red+Green+Blue) = 132+40+28=200 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66% from 200); Green value is 40 (16.02% from 255 or 20% from 200); Blue value is 28 (11.33% from 255 or 14% from 200); Max value from RGB is 132 - color contains mainly: red. Hex color #84281C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84281C is #7BD7E3. Grayscale: #424242. Windows color (decimal): -8116196 or 1845380. OLE color: 1845380.

HSL color Cylindrical-coordinate representation of color #84281C: hue angle of 6.92º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #84281C is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB1324028-
CMYK00.700.790.48
HSL6.92º65%31.37%-
HSV(B)6.92º78.79%51.76%-
XYZ10.486.511.8-
YUV66.14106.48174.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 66%
GREEN value IS 40 (16.02% from 255) = 20%
BLUE value IS 28 (11.33% from 255) = 14%
R=66%
G=20%
B=14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.79
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132402800.700.790.486.926531.37
Hex84281C0464F307411f
Octal2045034010611760710137
Binary1000010010100011100010001101001111110000111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84281C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84281C; }

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

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

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

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

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

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

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

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