Html Css Color HEX #85742E Corn Harvest

📋 copy color: '#85742E'

red 133 ◦ green 116 ◦ blue 46

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

Shades of Corn Harvest #85742E

Tints of Corn Harvest #85742E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.32%

 BLUE value IS 46 (18.36% from 255) = 15.59%

R = 45.08%
G = 39.32%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#85742E (or 0x85742E) is known color: Corn Harvest. HEX triplet: 85, 74 and 2E. RGB value is (133,116,46). Sum of RGB (Red+Green+Blue) = 133+116+46=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 46 (18.36% from 255 or 15.59% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #85742E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85742E is #7A8BD1. Grayscale: #717171. Windows color (decimal): -8031186 or 3044485. OLE color: 3044485.

HSL color Cylindrical-coordinate representation of color #85742E: hue angle of 48.28º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85742E is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 116 46 -
CMYK 0 0.13 0.65 0.48
HSL 48.28º 0.49% 0.35% -
HSV(B) 48.28º 0.65% 0.52% -
XYZ 16.41 17.67 5.13 -
YUV 113.1 90.13 142.19 -
System Red Green Blue C M Y K H S L
Decimal 133 116 46 0 0.13 0.65 0.48 48.28 0.49 0.35
Hex 85 74 2E 0 D 41 30 30 31 23
Octal 205 164 56 0 15 101 60 60 61 43
Binary 10000101 1110100 101110 0 1101 1000001 110000 110000 110001 100011

Color Harmonies of #85742E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85742E

Black with #85742E

Text Example


Text Example

White with #85742E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85742E; }

 p { color: rgb(133,116,46); }

 H1.HeaderClassName
 {
   color: #85742E;
 }
 .AnyTagClassName
 {
   color: #85742E;
 }
</style>

background-color css

<style>
 a { background-color: #85742E; }

 a { background-color: rgb(133,116,46); }

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

border-color css

<style>
 span { border-color: #85742E; }

 span { border-color: rgb(133,116,46); }

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