#84530E

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

Shades of Raw Umber #84530E

Tints of Raw Umber #84530E

Color information

#84530E (or 0x84530E) is unknown color: approx Raw Umber. HEX triplet: 84, 53 and 0E. RGB value is (132,83,14). Sum of RGB (Red+Green+Blue) = 132+83+14=229 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.64% from 229); Green value is 83 (32.81% from 255 or 36.24% from 229); Blue value is 14 (5.86% from 255 or 6.11% from 229); Max value from RGB is 132 - color contains mainly: red. Hex color #84530E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84530E is #7BACF1. Grayscale: #5A5A5A. Windows color (decimal): -8105202 or 938884. OLE color: 938884.

HSL color Cylindrical-coordinate representation of color #84530E: hue angle of 35.08º 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 #84530E is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB1328314-
CMYK00.370.890.48
HSL35.08º80.82%28.63%-
HSV(B)35.08º89.39%51.76%-
XYZ12.6911.121.89-
YUV89.7885.23158.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 57.64%
GREEN value IS 83 (32.81% from 255) = 36.24%
BLUE value IS 14 (5.86% from 255) = 6.11%
R=57.64%
G=36.24%
B=6.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132831400.370.890.4835.0880.8228.63
Hex8453E025593023511d
Octal20412316045131604312135
Binary100001001010011111001001011011001110000100011101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84530E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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