Html Css Color HEX #85682B Corn Harvest

📋 copy color: '#85682B'

red 133 ◦ green 104 ◦ blue 43

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

Shades of Corn Harvest #85682B

Tints of Corn Harvest #85682B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.14%

 BLUE value IS 43 (17.19% from 255) = 15.36%

R = 47.5%
G = 37.14%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#85682B (or 0x85682B) is known color: Corn Harvest. HEX triplet: 85, 68 and 2B. RGB value is (133,104,43). Sum of RGB (Red+Green+Blue) = 133+104+43=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #85682B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85682B is #7A97D4. Grayscale: #696969. Windows color (decimal): -8034261 or 2844805. OLE color: 2844805.

HSL color Cylindrical-coordinate representation of color #85682B: hue angle of 40.67º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #85682B is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 104 43 -
CMYK 0 0.22 0.68 0.48
HSL 40.67º 0.51% 0.35% -
HSV(B) 40.67º 0.68% 0.52% -
XYZ 15.06 15.06 4.4 -
YUV 105.72 92.61 147.46 -
System Red Green Blue C M Y K H S L
Decimal 133 104 43 0 0.22 0.68 0.48 40.67 0.51 0.35
Hex 85 68 2B 0 16 44 30 29 33 23
Octal 205 150 53 0 26 104 60 51 63 43
Binary 10000101 1101000 101011 0 10110 1000100 110000 101001 110011 100011

Color Harmonies of #85682B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85682B

Black with #85682B

Text Example


Text Example

White with #85682B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,104,43); }

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

background-color css

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

 a { background-color: rgb(133,104,43); }

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

border-color css

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

 span { border-color: rgb(133,104,43); }

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