Html Css Color HEX #856F34 Corn Harvest

📋 copy color: '#856F34'

red 133 ◦ green 111 ◦ blue 52

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

Shades of Corn Harvest #856F34

Tints of Corn Harvest #856F34

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.5%

 BLUE value IS 52 (20.7% from 255) = 17.57%

R = 44.93%
G = 37.5%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#856F34 (or 0x856F34) is known color: Corn Harvest. HEX triplet: 85, 6F and 34. RGB value is (133,111,52). Sum of RGB (Red+Green+Blue) = 133+111+52=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 111 (43.75% from 255 or 37.5% from 296); Blue value is 52 (20.70% from 255 or 17.57% from 296); Max value from RGB is 133 - color contains mainly: red. Hex color #856F34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856F34 is #7A90CB. Grayscale: #6F6F6F. Windows color (decimal): -8032460 or 3436421. OLE color: 3436421.

HSL color Cylindrical-coordinate representation of color #856F34: hue angle of 43.7º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #856F34 is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 111 52 -
CMYK 0 0.17 0.61 0.48
HSL 43.7º 0.44% 0.36% -
HSV(B) 43.7º 0.61% 0.52% -
XYZ 15.98 16.6 5.61 -
YUV 110.85 94.79 143.8 -
System Red Green Blue C M Y K H S L
Decimal 133 111 52 0 0.17 0.61 0.48 43.7 0.44 0.36
Hex 85 6F 34 0 11 3D 30 2C 2C 24
Octal 205 157 64 0 21 75 60 54 54 44
Binary 10000101 1101111 110100 0 10001 111101 110000 101100 101100 100100

Color Harmonies of #856F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856F34

Black with #856F34

Text Example


Text Example

White with #856F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,111,52); }

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

background-color css

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

 a { background-color: rgb(133,111,52); }

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

border-color css

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

 span { border-color: rgb(133,111,52); }

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