Html Css Color HEX #856C36 Corn Harvest

📋 copy color: '#856C36'

red 133 ◦ green 108 ◦ blue 54

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

Shades of Corn Harvest #856C36

Tints of Corn Harvest #856C36

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.61%

 BLUE value IS 54 (21.48% from 255) = 18.31%

R = 45.08%
G = 36.61%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#856C36 (or 0x856C36) is known color: Corn Harvest. HEX triplet: 85, 6C and 36. RGB value is (133,108,54). Sum of RGB (Red+Green+Blue) = 133+108+54=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 108 (42.58% from 255 or 36.61% from 295); Blue value is 54 (21.48% from 255 or 18.31% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #856C36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856C36 is #7A93C9. Grayscale: #6D6D6D. Windows color (decimal): -8033226 or 3566725. OLE color: 3566725.

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

Color convert

RGB 133 108 54 -
CMYK 0 0.19 0.59 0.48
HSL 41.01º 0.42% 0.37% -
HSV(B) 41.01º 0.59% 0.52% -
XYZ 15.7 15.98 5.75 -
YUV 109.32 96.78 144.89 -
System Red Green Blue C M Y K H S L
Decimal 133 108 54 0 0.19 0.59 0.48 41.01 0.42 0.37
Hex 85 6C 36 0 13 3B 30 29 2A 25
Octal 205 154 66 0 23 73 60 51 52 45
Binary 10000101 1101100 110110 0 10011 111011 110000 101001 101010 100101

Color Harmonies of #856C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856C36

Black with #856C36

Text Example


Text Example

White with #856C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,108,54); }

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

background-color css

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

 a { background-color: rgb(133,108,54); }

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

border-color css

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

 span { border-color: rgb(133,108,54); }

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