#84763A

Color #84763A Corn Harvest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Harvest #84763A

Tints of Corn Harvest #84763A

Color information

#84763A (or 0x84763A) is unknown color: approx Corn Harvest. HEX triplet: 84, 76 and 3A. RGB value is (132,118,58). Sum of RGB (Red+Green+Blue) = 132+118+58=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 118 (46.48% from 255 or 38.31% from 308); Blue value is 58 (23.05% from 255 or 18.83% from 308); Max value from RGB is 132 - color contains mainly: red. Hex color #84763A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84763A is #7B89C5. Grayscale: #737373. Windows color (decimal): -8096198 or 3831428. OLE color: 3831428.

HSL color Cylindrical-coordinate representation of color #84763A: hue angle of 48.65º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #84763A is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB13211858-
CMYK00.110.560.48
HSL48.65º38.95%37.25%-
HSV(B)48.65º56.06%51.76%-
XYZ16.7618.176.63-
YUV115.3595.64139.88-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.86%
GREEN value IS 118 (46.48% from 255) = 38.31%
BLUE value IS 58 (23.05% from 255) = 18.83%
R=42.86%
G=38.31%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321185800.110.560.4848.6538.9537.25
Hex84763A0B3830312725
Octal204166720137060614745
Binary10000100111011011101001011111000110000110001100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84763A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,118,58); }

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

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

 a { background-color: rgb(132,118,58); }

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

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

 span { border-color: rgb(132,118,58); }

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