#84520E

Color #84520E Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #84520E

Tints of Raw Umber #84520E

Color information

#84520E (or 0x84520E) is unknown color: approx Raw Umber. HEX triplet: 84, 52 and 0E. RGB value is (132,82,14). Sum of RGB (Red+Green+Blue) = 132+82+14=228 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.89% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 14 (5.86% from 255 or 6.14% from 228); Max value from RGB is 132 - color contains mainly: red. Hex color #84520E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84520E is #7BADF1. Grayscale: #595959. Windows color (decimal): -8105458 or 938628. OLE color: 938628.

HSL color Cylindrical-coordinate representation of color #84520E: hue angle of 34.58º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #84520E is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB1328214-
CMYK00.380.890.48
HSL34.58º80.82%28.63%-
HSV(B)34.58º89.39%51.76%-
XYZ12.6110.971.87-
YUV89.285.56158.53-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 57.89%
GREEN value IS 82 (32.42% from 255) = 35.96%
BLUE value IS 14 (5.86% from 255) = 6.14%
R=57.89%
G=35.96%
B=6.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132821400.380.890.4834.5880.8228.63
Hex8452E026593023511d
Octal20412216046131604312135
Binary100001001010010111001001101011001110000100011101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84520E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84520E; }

 p { color: rgb(132,82,14); }

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

<style>
 a { background-color: #84520E; }

 a { background-color: rgb(132,82,14); }

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

<style>
 span { border-color: #84520E; }

 span { border-color: rgb(132,82,14); }

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