#84520A

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

Shades of Raw Umber #84520A

Tints of Raw Umber #84520A

Color information

#84520A (or 0x84520A) is unknown color: approx Raw Umber. HEX triplet: 84, 52 and 0A. RGB value is (132,82,10). Sum of RGB (Red+Green+Blue) = 132+82+10=224 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.93% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 10 (4.30% from 255 or 4.46% from 224); Max value from RGB is 132 - color contains mainly: red. Hex color #84520A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84520A is #7BADF5. Grayscale: #595959. Windows color (decimal): -8105462 or 676484. OLE color: 676484.

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

Color convert

RGB1328210-
CMYK00.380.920.48
HSL35.41º85.92%27.84%-
HSV(B)35.41º92.42%51.76%-
XYZ12.5910.961.74-
YUV88.7483.56158.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 58.93%
GREEN value IS 82 (32.42% from 255) = 36.61%
BLUE value IS 10 (4.30% from 255) = 4.46%
R=58.93%
G=36.61%
B=4.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132821000.380.920.4835.4185.9227.84
Hex8452A0265C3023561c
Octal20412212046134604312634
Binary100001001010010101001001101011100110000100011101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84520A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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