Html Css Color HEX #85713C Corn Harvest

📋 copy color: '#85713C'

red 133 ◦ green 113 ◦ blue 60

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

Shades of Corn Harvest #85713C

Tints of Corn Harvest #85713C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.93%

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

R = 43.46%
G = 36.93%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#85713C (or 0x85713C) is known color: Corn Harvest. HEX triplet: 85, 71 and 3C. RGB value is (133,113,60). Sum of RGB (Red+Green+Blue) = 133+113+60=306 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.46% from 306); Green value is 113 (44.53% from 255 or 36.93% from 306); Blue value is 60 (23.83% from 255 or 19.61% from 306); Max value from RGB is 133 - color contains mainly: red. Hex color #85713C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85713C is #7A8EC3. Grayscale: #717171. Windows color (decimal): -8031940 or 3961221. OLE color: 3961221.

HSL color Cylindrical-coordinate representation of color #85713C: hue angle of 43.56º 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 #85713C is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 113 60 -
CMYK 0 0.15 0.55 0.48
HSL 43.56º 0.38% 0.38% -
HSV(B) 43.56º 0.55% 0.52% -
XYZ 16.39 17.12 6.72 -
YUV 112.94 98.13 142.31 -
System Red Green Blue C M Y K H S L
Decimal 133 113 60 0 0.15 0.55 0.48 43.56 0.38 0.38
Hex 85 71 3C 0 F 37 30 2C 26 26
Octal 205 161 74 0 17 67 60 54 46 46
Binary 10000101 1110001 111100 0 1111 110111 110000 101100 100110 100110

Color Harmonies of #85713C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85713C

Black with #85713C

Text Example


Text Example

White with #85713C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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