Html Css Color HEX #85753C Corn Harvest

📋 copy color: '#85753C'

red 133 ◦ green 117 ◦ blue 60

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

Shades of Corn Harvest #85753C

Tints of Corn Harvest #85753C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.74%

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

R = 42.9%
G = 37.74%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#85753C (or 0x85753C) is known color: Corn Harvest. HEX triplet: 85, 75 and 3C. RGB value is (133,117,60). Sum of RGB (Red+Green+Blue) = 133+117+60=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 60 (23.83% from 255 or 19.35% from 310); Max value from RGB is 133 - color contains mainly: red. Hex color #85753C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85753C is #7A8AC3. Grayscale: #737373. Windows color (decimal): -8030916 or 3962245. OLE color: 3962245.

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

Color convert

RGB 133 117 60 -
CMYK 0 0.12 0.55 0.48
HSL 46.85º 0.38% 0.38% -
HSV(B) 46.85º 0.55% 0.52% -
XYZ 16.85 18.04 6.87 -
YUV 115.29 96.8 140.63 -
System Red Green Blue C M Y K H S L
Decimal 133 117 60 0 0.12 0.55 0.48 46.85 0.38 0.38
Hex 85 75 3C 0 C 37 30 2F 26 26
Octal 205 165 74 0 14 67 60 57 46 46
Binary 10000101 1110101 111100 0 1100 110111 110000 101111 100110 100110

Color Harmonies of #85753C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85753C

Black with #85753C

Text Example


Text Example

White with #85753C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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