Html Css Color HEX #85692E Corn Harvest

📋 copy color: '#85692E'

red 133 ◦ green 105 ◦ blue 46

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

Shades of Corn Harvest #85692E

Tints of Corn Harvest #85692E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.97%

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

R = 46.83%
G = 36.97%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#85692E (or 0x85692E) is known color: Corn Harvest. HEX triplet: 85, 69 and 2E. RGB value is (133,105,46). Sum of RGB (Red+Green+Blue) = 133+105+46=284 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.83% from 284); Green value is 105 (41.41% from 255 or 36.97% from 284); Blue value is 46 (18.36% from 255 or 16.20% from 284); Max value from RGB is 133 - color contains mainly: red. Hex color #85692E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85692E is #7A96D1. Grayscale: #6A6A6A. Windows color (decimal): -8034002 or 3041669. OLE color: 3041669.

HSL color Cylindrical-coordinate representation of color #85692E: hue angle of 40.69º 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 #85692E is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 105 46 -
CMYK 0 0.21 0.65 0.48
HSL 40.69º 0.49% 0.35% -
HSV(B) 40.69º 0.65% 0.52% -
XYZ 15.22 15.29 4.73 -
YUV 106.65 93.78 146.8 -
System Red Green Blue C M Y K H S L
Decimal 133 105 46 0 0.21 0.65 0.48 40.69 0.49 0.35
Hex 85 69 2E 0 15 41 30 29 31 23
Octal 205 151 56 0 25 101 60 51 61 43
Binary 10000101 1101001 101110 0 10101 1000001 110000 101001 110001 100011

Color Harmonies of #85692E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85692E

Black with #85692E

Text Example


Text Example

White with #85692E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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