Html Css Color HEX #856E2C Corn Harvest

📋 copy color: '#856E2C'

red 133 ◦ green 110 ◦ blue 44

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

Shades of Corn Harvest #856E2C

Tints of Corn Harvest #856E2C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 38.33%

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

R = 46.34%
G = 38.33%
B = 15.33%

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

#856E2C (or 0x856E2C) is known color: Corn Harvest. HEX triplet: 85, 6E and 2C. RGB value is (133,110,44). Sum of RGB (Red+Green+Blue) = 133+110+44=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 110 (43.36% from 255 or 38.33% from 287); Blue value is 44 (17.58% from 255 or 15.33% from 287); Max value from RGB is 133 - color contains mainly: red. Hex color #856E2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856E2C is #7A91D3. Grayscale: #6D6D6D. Windows color (decimal): -8032724 or 2911877. OLE color: 2911877.

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

Color convert

RGB 133 110 44 -
CMYK 0 0.17 0.67 0.48
HSL 44.49º 0.5% 0.35% -
HSV(B) 44.49º 0.67% 0.52% -
XYZ 15.7 16.32 4.71 -
YUV 109.35 91.12 144.87 -
System Red Green Blue C M Y K H S L
Decimal 133 110 44 0 0.17 0.67 0.48 44.49 0.5 0.35
Hex 85 6E 2C 0 11 43 30 2C 32 23
Octal 205 156 54 0 21 103 60 54 62 43
Binary 10000101 1101110 101100 0 10001 1000011 110000 101100 110010 100011

Color Harmonies of #856E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856E2C

Black with #856E2C

Text Example


Text Example

White with #856E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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