Html Css Color HEX #856C35 Corn Harvest

📋 copy color: '#856C35'

red 133 ◦ green 108 ◦ blue 53

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

Shades of Corn Harvest #856C35

Tints of Corn Harvest #856C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.03%

R = 45.24%
G = 36.73%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#856C35 (or 0x856C35) is known color: Corn Harvest. HEX triplet: 85, 6C and 35. RGB value is (133,108,53). Sum of RGB (Red+Green+Blue) = 133+108+53=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 108 (42.58% from 255 or 36.73% from 294); Blue value is 53 (21.09% from 255 or 18.03% from 294); Max value from RGB is 133 - color contains mainly: red. Hex color #856C35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856C35 is #7A93CA. Grayscale: #6D6D6D. Windows color (decimal): -8033227 or 3501189. OLE color: 3501189.

HSL color Cylindrical-coordinate representation of color #856C35: hue angle of 41.25º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #856C35 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 108 53 -
CMYK 0 0.19 0.60 0.48
HSL 41.25º 0.43% 0.36% -
HSV(B) 41.25º 0.6% 0.52% -
XYZ 15.68 15.97 5.62 -
YUV 109.21 96.28 144.97 -
System Red Green Blue C M Y K H S L
Decimal 133 108 53 0 0.19 0.60 0.48 41.25 0.43 0.36
Hex 85 6C 35 0 13 3C 30 29 2B 24
Octal 205 154 65 0 23 74 60 51 53 44
Binary 10000101 1101100 110101 0 10011 111100 110000 101001 101011 100100

Color Harmonies of #856C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856C35

Black with #856C35

Text Example


Text Example

White with #856C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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