#84381F

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

Shades of Burnt Umber #84381F

Tints of Burnt Umber #84381F

Color information

#84381F (or 0x84381F) is unknown color: approx Burnt Umber. HEX triplet: 84, 38 and 1F. RGB value is (132,56,31). Sum of RGB (Red+Green+Blue) = 132+56+31=219 (29% of max value = 765). Red value is 132 (51.95% from 255 or 60.27% from 219); Green value is 56 (22.27% from 255 or 25.57% from 219); Blue value is 31 (12.5% from 255 or 14.16% from 219); Max value from RGB is 132 - color contains mainly: red. Hex color #84381F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84381F is #7BC7E0. Grayscale: #4C4C4C. Windows color (decimal): -8112097 or 2046084. OLE color: 2046084.

HSL color Cylindrical-coordinate representation of color #84381F: hue angle of 14.85º 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 #84381F is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB1325631-
CMYK00.580.770.48
HSL14.85º61.96%31.96%-
HSV(B)14.85º76.52%51.76%-
XYZ11.187.832.22-
YUV75.87102.68168.03-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 60.27%
GREEN value IS 56 (22.27% from 255) = 25.57%
BLUE value IS 31 (12.5% from 255) = 14.16%
R=60.27%
G=25.57%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132563100.580.770.4814.8561.9631.96
Hex84381F03A4D30f3e20
Octal204703707211560177640
Binary1000010011100011111011101010011011100001111111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84381F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84381F; }

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

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

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

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

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

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

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

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