Html Css Color HEX #856F2A Corn Harvest

📋 copy color: '#856F2A'

red 133 ◦ green 111 ◦ blue 42

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

Shades of Corn Harvest #856F2A

Tints of Corn Harvest #856F2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.69%

R = 46.5%
G = 38.81%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#856F2A (or 0x856F2A) is known color: Corn Harvest. HEX triplet: 85, 6F and 2A. RGB value is (133,111,42). Sum of RGB (Red+Green+Blue) = 133+111+42=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 111 (43.75% from 255 or 38.81% from 286); Blue value is 42 (16.80% from 255 or 14.69% from 286); Max value from RGB is 133 - color contains mainly: red. Hex color #856F2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856F2A is #7A90D5. Grayscale: #6E6E6E. Windows color (decimal): -8032470 or 2781061. OLE color: 2781061.

HSL color Cylindrical-coordinate representation of color #856F2A: hue angle of 45.49º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #856F2A is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 111 42 -
CMYK 0 0.17 0.68 0.48
HSL 45.49º 0.52% 0.34% -
HSV(B) 45.49º 0.68% 0.52% -
XYZ 15.78 16.52 4.55 -
YUV 109.71 89.79 144.61 -
System Red Green Blue C M Y K H S L
Decimal 133 111 42 0 0.17 0.68 0.48 45.49 0.52 0.34
Hex 85 6F 2A 0 11 44 30 2D 34 22
Octal 205 157 52 0 21 104 60 55 64 42
Binary 10000101 1101111 101010 0 10001 1000100 110000 101101 110100 100010

Color Harmonies of #856F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856F2A

Black with #856F2A

Text Example


Text Example

White with #856F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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