Html Css Color HEX #856A2E Corn Harvest

📋 copy color: '#856A2E'

red 133 ◦ green 106 ◦ blue 46

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

Shades of Corn Harvest #856A2E

Tints of Corn Harvest #856A2E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 37.19%

 BLUE value IS 46 (18.36% from 255) = 16.14%

R = 46.67%
G = 37.19%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#856A2E (or 0x856A2E) is known color: Corn Harvest. HEX triplet: 85, 6A and 2E. RGB value is (133,106,46). Sum of RGB (Red+Green+Blue) = 133+106+46=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 106 (41.80% from 255 or 37.19% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #856A2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856A2E is #7A95D1. Grayscale: #6B6B6B. Windows color (decimal): -8033746 or 3041925. OLE color: 3041925.

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

Color convert

RGB 133 106 46 -
CMYK 0 0.20 0.65 0.48
HSL 41.38º 0.49% 0.35% -
HSV(B) 41.38º 0.65% 0.52% -
XYZ 15.32 15.49 4.77 -
YUV 107.23 93.45 146.38 -
System Red Green Blue C M Y K H S L
Decimal 133 106 46 0 0.20 0.65 0.48 41.38 0.49 0.35
Hex 85 6A 2E 0 14 41 30 29 31 23
Octal 205 152 56 0 24 101 60 51 61 43
Binary 10000101 1101010 101110 0 10100 1000001 110000 101001 110001 100011

Color Harmonies of #856A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856A2E

Black with #856A2E

Text Example


Text Example

White with #856A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,106,46); }

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

background-color css

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

 a { background-color: rgb(133,106,46); }

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

border-color css

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

 span { border-color: rgb(133,106,46); }

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