Html Css Color HEX #856D35 Corn Harvest

📋 copy color: '#856D35'

red 133 ◦ green 109 ◦ blue 53

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

Shades of Corn Harvest #856D35

Tints of Corn Harvest #856D35

RGB

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

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

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

R = 45.08%
G = 36.95%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#856D35 (or 0x856D35) is known color: Corn Harvest. HEX triplet: 85, 6D and 35. RGB value is (133,109,53). Sum of RGB (Red+Green+Blue) = 133+109+53=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 109 (42.97% from 255 or 36.95% from 295); Blue value is 53 (21.09% from 255 or 17.97% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #856D35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856D35 is #7A92CA. Grayscale: #6E6E6E. Windows color (decimal): -8032971 or 3501445. OLE color: 3501445.

HSL color Cylindrical-coordinate representation of color #856D35: hue angle of 42º 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 #856D35 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 109 53 -
CMYK 0 0.18 0.60 0.48
HSL 42º 0.43% 0.36% -
HSV(B) 42º 0.6% 0.52% -
XYZ 15.78 16.18 5.66 -
YUV 109.79 95.95 144.55 -
System Red Green Blue C M Y K H S L
Decimal 133 109 53 0 0.18 0.60 0.48 42 0.43 0.36
Hex 85 6D 35 0 12 3C 30 2A 2B 24
Octal 205 155 65 0 22 74 60 52 53 44
Binary 10000101 1101101 110101 0 10010 111100 110000 101010 101011 100100

Color Harmonies of #856D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856D35

Black with #856D35

Text Example


Text Example

White with #856D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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