#857530

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

Shades of Corn Harvest #857530

Tints of Corn Harvest #857530

Color information

#857530 (or 0x857530) is unknown color: approx Corn Harvest. HEX triplet: 85, 75 and 30. RGB value is (133,117,48). Sum of RGB (Red+Green+Blue) = 133+117+48=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 48 (19.14% from 255 or 16.11% from 298); Max value from RGB is 133 - color contains mainly: red. Hex color #857530 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857530 is #7A8ACF. Grayscale: #727272. Windows color (decimal): -8030928 or 3175813. OLE color: 3175813.

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

Color convert

RGB13311748-
CMYK00.120.640.48
HSL48.71º46.96%35.49%-
HSV(B)48.71º63.91%52.16%-
XYZ16.5717.925.38-
YUV113.9290.8141.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.63%
GREEN value IS 117 (46.09% from 255) = 39.26%
BLUE value IS 48 (19.14% from 255) = 16.11%
R=44.63%
G=39.26%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331174800.120.640.4848.7146.9635.49
Hex8575300C4030312f23
Octal2051656001410060615743
Binary100001011110101110000011001000000110000110001101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857530; }

 p { color: rgb(133,117,48); }

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

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

 a { background-color: rgb(133,117,48); }

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

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

 span { border-color: rgb(133,117,48); }

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