Html Css Color HEX #856D30 Corn Harvest

📋 copy color: '#856D30'

red 133 ◦ green 109 ◦ blue 48

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

Shades of Corn Harvest #856D30

Tints of Corn Harvest #856D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.55%

R = 45.86%
G = 37.59%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#856D30 (or 0x856D30) is known color: Corn Harvest. HEX triplet: 85, 6D and 30. RGB value is (133,109,48). Sum of RGB (Red+Green+Blue) = 133+109+48=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 109 (42.97% from 255 or 37.59% from 290); Blue value is 48 (19.14% from 255 or 16.55% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #856D30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856D30 is #7A92CF. Grayscale: #6D6D6D. Windows color (decimal): -8032976 or 3173765. OLE color: 3173765.

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

Color convert

RGB 133 109 48 -
CMYK 0 0.18 0.64 0.48
HSL 43.06º 0.47% 0.35% -
HSV(B) 43.06º 0.64% 0.52% -
XYZ 15.68 16.14 5.08 -
YUV 109.22 93.45 144.96 -
System Red Green Blue C M Y K H S L
Decimal 133 109 48 0 0.18 0.64 0.48 43.06 0.47 0.35
Hex 85 6D 30 0 12 40 30 2B 2F 23
Octal 205 155 60 0 22 100 60 53 57 43
Binary 10000101 1101101 110000 0 10010 1000000 110000 101011 101111 100011

Color Harmonies of #856D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856D30

Black with #856D30

Text Example


Text Example

White with #856D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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