Html Css Color HEX #856D2C Corn Harvest

📋 copy color: '#856D2C'

red 133 ◦ green 109 ◦ blue 44

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

Shades of Corn Harvest #856D2C

Tints of Corn Harvest #856D2C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 38.11%

 BLUE value IS 44 (17.58% from 255) = 15.38%

R = 46.5%
G = 38.11%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#856D2C (or 0x856D2C) is known color: Corn Harvest. HEX triplet: 85, 6D and 2C. RGB value is (133,109,44). Sum of RGB (Red+Green+Blue) = 133+109+44=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 109 (42.97% from 255 or 38.11% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 133 - color contains mainly: red. Hex color #856D2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856D2C is #7A92D3. Grayscale: #6D6D6D. Windows color (decimal): -8032980 or 2911621. OLE color: 2911621.

HSL color Cylindrical-coordinate representation of color #856D2C: hue angle of 43.82º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #856D2C is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 109 44 -
CMYK 0 0.18 0.67 0.48
HSL 43.82º 0.5% 0.35% -
HSV(B) 43.82º 0.67% 0.52% -
XYZ 15.6 16.11 4.67 -
YUV 108.77 91.45 145.29 -
System Red Green Blue C M Y K H S L
Decimal 133 109 44 0 0.18 0.67 0.48 43.82 0.5 0.35
Hex 85 6D 2C 0 12 43 30 2C 32 23
Octal 205 155 54 0 22 103 60 54 62 43
Binary 10000101 1101101 101100 0 10010 1000011 110000 101100 110010 100011

Color Harmonies of #856D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856D2C

Black with #856D2C

Text Example


Text Example

White with #856D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856D2C; }

 p { color: rgb(133,109,44); }

 H1.HeaderClassName
 {
   color: #856D2C;
 }
 .AnyTagClassName
 {
   color: #856D2C;
 }
</style>

background-color css

<style>
 a { background-color: #856D2C; }

 a { background-color: rgb(133,109,44); }

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

border-color css

<style>
 span { border-color: #856D2C; }

 span { border-color: rgb(133,109,44); }

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