Html Css Color HEX #85692F Corn Harvest

📋 copy color: '#85692F'

red 133 ◦ green 105 ◦ blue 47

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

Shades of Corn Harvest #85692F

Tints of Corn Harvest #85692F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.49%

R = 46.67%
G = 36.84%
B = 16.49%

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

#85692F (or 0x85692F) is known color: Corn Harvest. HEX triplet: 85, 69 and 2F. RGB value is (133,105,47). Sum of RGB (Red+Green+Blue) = 133+105+47=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 105 (41.41% from 255 or 36.84% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #85692F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85692F is #7A96D0. Grayscale: #6B6B6B. Windows color (decimal): -8034001 or 3107205. OLE color: 3107205.

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

Color convert

RGB 133 105 47 -
CMYK 0 0.21 0.65 0.48
HSL 40.47º 0.48% 0.35% -
HSV(B) 40.47º 0.65% 0.52% -
XYZ 15.24 15.29 4.84 -
YUV 106.76 94.28 146.72 -
System Red Green Blue C M Y K H S L
Decimal 133 105 47 0 0.21 0.65 0.48 40.47 0.48 0.35
Hex 85 69 2F 0 15 41 30 28 30 23
Octal 205 151 57 0 25 101 60 50 60 43
Binary 10000101 1101001 101111 0 10101 1000001 110000 101000 110000 100011

Color Harmonies of #85692F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85692F

Black with #85692F

Text Example


Text Example

White with #85692F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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