Html Css Color HEX #856F2D Corn Harvest

📋 copy color: '#856F2D'

red 133 ◦ green 111 ◦ blue 45

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

Shades of Corn Harvest #856F2D

Tints of Corn Harvest #856F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.57%

R = 46.02%
G = 38.41%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#856F2D (or 0x856F2D) is known color: Corn Harvest. HEX triplet: 85, 6F and 2D. RGB value is (133,111,45). Sum of RGB (Red+Green+Blue) = 133+111+45=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 111 (43.75% from 255 or 38.41% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 133 - color contains mainly: red. Hex color #856F2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856F2D is #7A90D2. Grayscale: #6E6E6E. Windows color (decimal): -8032467 or 2977669. OLE color: 2977669.

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

Color convert

RGB 133 111 45 -
CMYK 0 0.17 0.66 0.48
HSL 45º 0.49% 0.35% -
HSV(B) 45º 0.66% 0.52% -
XYZ 15.83 16.54 4.84 -
YUV 110.05 91.29 144.37 -
System Red Green Blue C M Y K H S L
Decimal 133 111 45 0 0.17 0.66 0.48 45 0.49 0.35
Hex 85 6F 2D 0 11 42 30 2D 31 23
Octal 205 157 55 0 21 102 60 55 61 43
Binary 10000101 1101111 101101 0 10001 1000010 110000 101101 110001 100011

Color Harmonies of #856F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856F2D

Black with #856F2D

Text Example


Text Example

White with #856F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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