Html Css Color HEX #856E2B Corn Harvest

📋 copy color: '#856E2B'

red 133 ◦ green 110 ◦ blue 43

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

Shades of Corn Harvest #856E2B

Tints of Corn Harvest #856E2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.03%

R = 46.5%
G = 38.46%
B = 15.03%

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

#856E2B (or 0x856E2B) is known color: Corn Harvest. HEX triplet: 85, 6E and 2B. RGB value is (133,110,43). Sum of RGB (Red+Green+Blue) = 133+110+43=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 110 (43.36% from 255 or 38.46% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 133 - color contains mainly: red. Hex color #856E2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856E2B is #7A91D4. Grayscale: #6D6D6D. Windows color (decimal): -8032725 or 2846341. OLE color: 2846341.

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

Color convert

RGB 133 110 43 -
CMYK 0 0.17 0.68 0.48
HSL 44.67º 0.51% 0.35% -
HSV(B) 44.67º 0.68% 0.52% -
XYZ 15.68 16.31 4.61 -
YUV 109.24 90.62 144.95 -
System Red Green Blue C M Y K H S L
Decimal 133 110 43 0 0.17 0.68 0.48 44.67 0.51 0.35
Hex 85 6E 2B 0 11 44 30 2D 33 23
Octal 205 156 53 0 21 104 60 55 63 43
Binary 10000101 1101110 101011 0 10001 1000100 110000 101101 110011 100011

Color Harmonies of #856E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856E2B

Black with #856E2B

Text Example


Text Example

White with #856E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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