Html Css Color HEX #856F2C Corn Harvest

📋 copy color: '#856F2C'

red 133 ◦ green 111 ◦ blue 44

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

Shades of Corn Harvest #856F2C

Tints of Corn Harvest #856F2C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 38.54%

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

R = 46.18%
G = 38.54%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#856F2C (or 0x856F2C) is known color: Corn Harvest. HEX triplet: 85, 6F and 2C. RGB value is (133,111,44). Sum of RGB (Red+Green+Blue) = 133+111+44=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 111 (43.75% from 255 or 38.54% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 133 - color contains mainly: red. Hex color #856F2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856F2C is #7A90D3. Grayscale: #6E6E6E. Windows color (decimal): -8032468 or 2912133. OLE color: 2912133.

HSL color Cylindrical-coordinate representation of color #856F2C: hue angle of 45.17º 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 #856F2C is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 111 44 -
CMYK 0 0.17 0.67 0.48
HSL 45.17º 0.5% 0.35% -
HSV(B) 45.17º 0.67% 0.52% -
XYZ 15.81 16.54 4.74 -
YUV 109.94 90.79 144.45 -
System Red Green Blue C M Y K H S L
Decimal 133 111 44 0 0.17 0.67 0.48 45.17 0.5 0.35
Hex 85 6F 2C 0 11 43 30 2D 32 23
Octal 205 157 54 0 21 103 60 55 62 43
Binary 10000101 1101111 101100 0 10001 1000011 110000 101101 110010 100011

Color Harmonies of #856F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856F2C

Black with #856F2C

Text Example


Text Example

White with #856F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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