Html Css Color HEX #85743C Corn Harvest

📋 copy color: '#85743C'

red 133 ◦ green 116 ◦ blue 60

#85743C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Corn Harvest #85743C

Tints of Corn Harvest #85743C

RGB

 RED value IS 133 (52.34% from 255) = 43.04%

 GREEN value IS 116 (45.7% from 255) = 37.54%

 BLUE value IS 60 (23.83% from 255) = 19.42%

R = 43.04%
G = 37.54%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#85743C (or 0x85743C) is known color: Corn Harvest. HEX triplet: 85, 74 and 3C. RGB value is (133,116,60). Sum of RGB (Red+Green+Blue) = 133+116+60=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 133 - color contains mainly: red. Hex color #85743C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85743C is #7A8BC3. Grayscale: #727272. Windows color (decimal): -8031172 or 3961989. OLE color: 3961989.

HSL color Cylindrical-coordinate representation of color #85743C: hue angle of 46.03º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #85743C is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 116 60 -
CMYK 0 0.13 0.55 0.48
HSL 46.03º 0.38% 0.38% -
HSV(B) 46.03º 0.55% 0.52% -
XYZ 16.73 17.8 6.83 -
YUV 114.7 97.13 141.05 -
System Red Green Blue C M Y K H S L
Decimal 133 116 60 0 0.13 0.55 0.48 46.03 0.38 0.38
Hex 85 74 3C 0 D 37 30 2E 26 26
Octal 205 164 74 0 15 67 60 56 46 46
Binary 10000101 1110100 111100 0 1101 110111 110000 101110 100110 100110

Color Harmonies of #85743C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85743C

Black with #85743C

Text Example


Text Example

White with #85743C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85743C; }

 p { color: rgb(133,116,60); }

 H1.HeaderClassName
 {
   color: #85743C;
 }
 .AnyTagClassName
 {
   color: #85743C;
 }
</style>

background-color css

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

 a { background-color: rgb(133,116,60); }

 div.DivClassName
 {
   background-color: #85743C;
 }
 .BgClassName
 {
   background-color: #85743C;
 }
</style>

border-color css

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

 span { border-color: rgb(133,116,60); }

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