#84301F

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

Shades of Burnt Umber #84301F

Tints of Burnt Umber #84301F

Color information

#84301F (or 0x84301F) is unknown color: approx Burnt Umber. HEX triplet: 84, 30 and 1F. RGB value is (132,48,31). Sum of RGB (Red+Green+Blue) = 132+48+31=211 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.56% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 31 (12.5% from 255 or 14.69% from 211); Max value from RGB is 132 - color contains mainly: red. Hex color #84301F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84301F is #7BCFE0. Grayscale: #474747. Windows color (decimal): -8114145 or 2044036. OLE color: 2044036.

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

Color convert

RGB1324831-
CMYK00.640.770.48
HSL10.1º61.96%31.96%-
HSV(B)10.1º76.52%51.76%-
XYZ10.827.122.1-
YUV71.18105.33171.38-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 62.56%
GREEN value IS 48 (19.14% from 255) = 22.75%
BLUE value IS 31 (12.5% from 255) = 14.69%
R=62.56%
G=22.75%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132483100.640.770.4810.161.9631.96
Hex84301F0404D30a3e20
Octal2046037010011560127640
Binary10000100110000111110100000010011011100001010111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84301F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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