Html Css Color HEX #85753A Corn Harvest

📋 copy color: '#85753A'

red 133 ◦ green 117 ◦ blue 58

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

Shades of Corn Harvest #85753A

Tints of Corn Harvest #85753A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.83%

R = 43.18%
G = 37.99%
B = 18.83%

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

#85753A (or 0x85753A) is known color: Corn Harvest. HEX triplet: 85, 75 and 3A. RGB value is (133,117,58). Sum of RGB (Red+Green+Blue) = 133+117+58=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 58 (23.05% from 255 or 18.83% from 308); Max value from RGB is 133 - color contains mainly: red. Hex color #85753A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85753A is #7A8AC5. Grayscale: #737373. Windows color (decimal): -8030918 or 3831173. OLE color: 3831173.

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

Color convert

RGB 133 117 58 -
CMYK 0 0.12 0.56 0.48
HSL 47.2º 0.39% 0.37% -
HSV(B) 47.2º 0.56% 0.52% -
XYZ 16.8 18.01 6.59 -
YUV 115.06 95.8 140.8 -
System Red Green Blue C M Y K H S L
Decimal 133 117 58 0 0.12 0.56 0.48 47.2 0.39 0.37
Hex 85 75 3A 0 C 38 30 2F 27 25
Octal 205 165 72 0 14 70 60 57 47 45
Binary 10000101 1110101 111010 0 1100 111000 110000 101111 100111 100101

Color Harmonies of #85753A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85753A

Black with #85753A

Text Example


Text Example

White with #85753A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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