#857235

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

Shades of Corn Harvest #857235

Tints of Corn Harvest #857235

Color information

#857235 (or 0x857235) is unknown color: approx Corn Harvest. HEX triplet: 85, 72 and 35. RGB value is (133,114,53). Sum of RGB (Red+Green+Blue) = 133+114+53=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 53 (21.09% from 255 or 17.67% from 300); Max value from RGB is 133 - color contains mainly: red. Hex color #857235 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857235 is #7A8DCA. Grayscale: #707070. Windows color (decimal): -8031691 or 3502725. OLE color: 3502725.

HSL color Cylindrical-coordinate representation of color #857235: hue angle of 45.75º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #857235 is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB13311453-
CMYK00.140.600.48
HSL45.75º43.01%36.47%-
HSV(B)45.75º60.15%52.16%-
XYZ16.3317.285.84-
YUV112.7394.29142.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.33%
GREEN value IS 114 (44.92% from 255) = 38%
BLUE value IS 53 (21.09% from 255) = 17.67%
R=44.33%
G=38%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.60
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331145300.140.600.4845.7543.0136.47
Hex8572350E3C302e2b24
Octal205162650167460565344
Binary10000101111001011010101110111100110000101110101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857235; }

 p { color: rgb(133,114,53); }

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

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

 a { background-color: rgb(133,114,53); }

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

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

 span { border-color: rgb(133,114,53); }

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