Html Css Color HEX #85773C Corn Harvest

📋 copy color: '#85773C'

red 133 ◦ green 119 ◦ blue 60

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

Shades of Corn Harvest #85773C

Tints of Corn Harvest #85773C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.14%

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

R = 42.63%
G = 38.14%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#85773C (or 0x85773C) is known color: Corn Harvest. HEX triplet: 85, 77 and 3C. RGB value is (133,119,60). Sum of RGB (Red+Green+Blue) = 133+119+60=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #85773C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85773C is #7A88C3. Grayscale: #747474. Windows color (decimal): -8030404 or 3962757. OLE color: 3962757.

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

Color convert

RGB 133 119 60 -
CMYK 0 0.11 0.55 0.48
HSL 48.49º 0.38% 0.38% -
HSV(B) 48.49º 0.55% 0.52% -
XYZ 17.09 18.51 6.95 -
YUV 116.46 96.14 139.8 -
System Red Green Blue C M Y K H S L
Decimal 133 119 60 0 0.11 0.55 0.48 48.49 0.38 0.38
Hex 85 77 3C 0 B 37 30 30 26 26
Octal 205 167 74 0 13 67 60 60 46 46
Binary 10000101 1110111 111100 0 1011 110111 110000 110000 100110 100110

Color Harmonies of #85773C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85773C

Black with #85773C

Text Example


Text Example

White with #85773C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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