Html Css Color HEX #85753B Corn Harvest

📋 copy color: '#85753B'

red 133 ◦ green 117 ◦ blue 59

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

Shades of Corn Harvest #85753B

Tints of Corn Harvest #85753B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.09%

R = 43.04%
G = 37.86%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#85753B (or 0x85753B) is known color: Corn Harvest. HEX triplet: 85, 75 and 3B. RGB value is (133,117,59). Sum of RGB (Red+Green+Blue) = 133+117+59=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 117 (46.09% from 255 or 37.86% from 309); Blue value is 59 (23.44% from 255 or 19.09% from 309); Max value from RGB is 133 - color contains mainly: red. Hex color #85753B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85753B is #7A8AC4. Grayscale: #737373. Windows color (decimal): -8030917 or 3896709. OLE color: 3896709.

HSL color Cylindrical-coordinate representation of color #85753B: hue angle of 47.03º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #85753B is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 117 59 -
CMYK 0 0.12 0.56 0.48
HSL 47.03º 0.39% 0.38% -
HSV(B) 47.03º 0.56% 0.52% -
XYZ 16.82 18.02 6.73 -
YUV 115.17 96.3 140.72 -
System Red Green Blue C M Y K H S L
Decimal 133 117 59 0 0.12 0.56 0.48 47.03 0.39 0.38
Hex 85 75 3B 0 C 38 30 2F 27 26
Octal 205 165 73 0 14 70 60 57 47 46
Binary 10000101 1110101 111011 0 1100 111000 110000 101111 100111 100110

Color Harmonies of #85753B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85753B

Black with #85753B

Text Example


Text Example

White with #85753B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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