#826730

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

Shades of Corn Harvest #826730

Tints of Corn Harvest #826730

Color information

#826730 (or 0x826730) is unknown color: approx Corn Harvest. HEX triplet: 82, 67 and 30. RGB value is (130,103,48). Sum of RGB (Red+Green+Blue) = 130+103+48=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 103 (40.62% from 255 or 36.65% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 130 - color contains mainly: red. Hex color #826730 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826730 is #7D98CF. Grayscale: #696969. Windows color (decimal): -8231120 or 3172226. OLE color: 3172226.

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

Color convert

RGB13010348-
CMYK00.210.630.49
HSL40.24º46.07%34.9%-
HSV(B)40.24º63.08%50.98%-
XYZ14.5914.664.86-
YUV104.895.95145.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.26%
GREEN value IS 103 (40.62% from 255) = 36.65%
BLUE value IS 48 (19.14% from 255) = 17.08%
R=46.26%
G=36.65%
B=17.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301034800.210.630.4940.2446.0734.9
Hex8267300153F31282e23
Octal202147600257761505643
Binary100000101100111110000010101111111110001101000101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826730; }

 p { color: rgb(130,103,48); }

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

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

 a { background-color: rgb(130,103,48); }

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

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

 span { border-color: rgb(130,103,48); }

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