#84703F

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

Shades of Shadow #84703F

Tints of Shadow #84703F

Color information

#84703F (or 0x84703F) is unknown color: approx Shadow. HEX triplet: 84, 70 and 3F. RGB value is (132,112,63). Sum of RGB (Red+Green+Blue) = 132+112+63=307 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.00% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 132 - color contains mainly: red. Hex color #84703F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84703F is #7B8FC0. Grayscale: #707070. Windows color (decimal): -8097729 or 4157572. OLE color: 4157572.

HSL color Cylindrical-coordinate representation of color #84703F: hue angle of 42.61º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #84703F is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB13211263-
CMYK00.150.520.48
HSL42.61º35.38%38.24%-
HSV(B)42.61º52.27%51.76%-
XYZ16.2116.857.1-
YUV112.39100.13141.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.00%
GREEN value IS 112 (44.14% from 255) = 36.48%
BLUE value IS 63 (25% from 255) = 20.52%
R=43.00%
G=36.48%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321126300.150.520.4842.6135.3838.24
Hex84703F0F34302b2326
Octal204160770176460534346
Binary10000100111000011111101111110100110000101011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84703F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,112,63); }

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

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

 a { background-color: rgb(132,112,63); }

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

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

 span { border-color: rgb(132,112,63); }

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