Html Css Color HEX #856E3B Corn Harvest

📋 copy color: '#856E3B'

red 133 ◦ green 110 ◦ blue 59

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

Shades of Corn Harvest #856E3B

Tints of Corn Harvest #856E3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.54%

R = 44.04%
G = 36.42%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#856E3B (or 0x856E3B) is known color: Corn Harvest. HEX triplet: 85, 6E and 3B. RGB value is (133,110,59). Sum of RGB (Red+Green+Blue) = 133+110+59=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 110 (43.36% from 255 or 36.42% from 302); Blue value is 59 (23.44% from 255 or 19.54% from 302); Max value from RGB is 133 - color contains mainly: red. Hex color #856E3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856E3B is #7A91C4. Grayscale: #6F6F6F. Windows color (decimal): -8032709 or 3894917. OLE color: 3894917.

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

Color convert

RGB 133 110 59 -
CMYK 0 0.17 0.56 0.48
HSL 41.35º 0.39% 0.38% -
HSV(B) 41.35º 0.56% 0.52% -
XYZ 16.04 16.45 6.47 -
YUV 111.06 98.62 143.65 -
System Red Green Blue C M Y K H S L
Decimal 133 110 59 0 0.17 0.56 0.48 41.35 0.39 0.38
Hex 85 6E 3B 0 11 38 30 29 27 26
Octal 205 156 73 0 21 70 60 51 47 46
Binary 10000101 1101110 111011 0 10001 111000 110000 101001 100111 100110

Color Harmonies of #856E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856E3B

Black with #856E3B

Text Example


Text Example

White with #856E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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