Html Css Color HEX #856D3A Corn Harvest

📋 copy color: '#856D3A'

red 133 ◦ green 109 ◦ blue 58

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

Shades of Corn Harvest #856D3A

Tints of Corn Harvest #856D3A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.33%

 BLUE value IS 58 (23.05% from 255) = 19.33%

R = 44.33%
G = 36.33%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#856D3A (or 0x856D3A) is known color: Corn Harvest. HEX triplet: 85, 6D and 3A. RGB value is (133,109,58). Sum of RGB (Red+Green+Blue) = 133+109+58=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 109 (42.97% from 255 or 36.33% from 300); Blue value is 58 (23.05% from 255 or 19.33% from 300); Max value from RGB is 133 - color contains mainly: red. Hex color #856D3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856D3A is #7A92C5. Grayscale: #6E6E6E. Windows color (decimal): -8032966 or 3829125. OLE color: 3829125.

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

Color convert

RGB 133 109 58 -
CMYK 0 0.18 0.56 0.48
HSL 40.8º 0.39% 0.37% -
HSV(B) 40.8º 0.56% 0.52% -
XYZ 15.91 16.23 6.3 -
YUV 110.36 98.45 144.15 -
System Red Green Blue C M Y K H S L
Decimal 133 109 58 0 0.18 0.56 0.48 40.8 0.39 0.37
Hex 85 6D 3A 0 12 38 30 29 27 25
Octal 205 155 72 0 22 70 60 51 47 45
Binary 10000101 1101101 111010 0 10010 111000 110000 101001 100111 100101

Color Harmonies of #856D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856D3A

Black with #856D3A

Text Example


Text Example

White with #856D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,109,58); }

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

background-color css

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

 a { background-color: rgb(133,109,58); }

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

border-color css

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

 span { border-color: rgb(133,109,58); }

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