#827133

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

Shades of Corn Harvest #827133

Tints of Corn Harvest #827133

Color information

#827133 (or 0x827133) is unknown color: approx Corn Harvest. HEX triplet: 82, 71 and 33. RGB value is (130,113,51). Sum of RGB (Red+Green+Blue) = 130+113+51=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 113 (44.53% from 255 or 38.44% from 294); Blue value is 51 (20.31% from 255 or 17.35% from 294); Max value from RGB is 130 - color contains mainly: red. Hex color #827133 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827133 is #7D8ECC. Grayscale: #6F6F6F. Windows color (decimal): -8228557 or 3371394. OLE color: 3371394.

HSL color Cylindrical-coordinate representation of color #827133: hue angle of 47.09º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #827133 is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB13011351-
CMYK00.130.610.49
HSL47.09º43.65%35.49%-
HSV(B)47.09º60.77%50.98%-
XYZ15.7116.85.55-
YUV111.0194.13141.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.22%
GREEN value IS 113 (44.53% from 255) = 38.44%
BLUE value IS 51 (20.31% from 255) = 17.35%
R=44.22%
G=38.44%
B=17.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301135100.130.610.4947.0943.6535.49
Hex8271330D3D312f2c23
Octal202161630157561575443
Binary10000010111000111001101101111101110001101111101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827133; }

 p { color: rgb(130,113,51); }

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

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

 a { background-color: rgb(130,113,51); }

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

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

 span { border-color: rgb(130,113,51); }

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