Html Css Color HEX #856931 Corn Harvest

📋 copy color: '#856931'

red 133 ◦ green 105 ◦ blue 49

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

Shades of Corn Harvest #856931

Tints of Corn Harvest #856931

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.59%

 BLUE value IS 49 (19.53% from 255) = 17.07%

R = 46.34%
G = 36.59%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.63

 K value IS 0.48

RGB Variations

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

Color information

#856931 (or 0x856931) is known color: Corn Harvest. HEX triplet: 85, 69 and 31. RGB value is (133,105,49). Sum of RGB (Red+Green+Blue) = 133+105+49=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 49 (19.53% from 255 or 17.07% from 287); Max value from RGB is 133 - color contains mainly: red. Hex color #856931 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856931 is #7A96CE. Grayscale: #6B6B6B. Windows color (decimal): -8033999 or 3238277. OLE color: 3238277.

HSL color Cylindrical-coordinate representation of color #856931: hue angle of 40º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #856931 is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 105 49 -
CMYK 0 0.21 0.63 0.48
HSL 40º 0.46% 0.36% -
HSV(B) 40º 0.63% 0.52% -
XYZ 15.28 15.31 5.06 -
YUV 106.99 95.28 146.55 -
System Red Green Blue C M Y K H S L
Decimal 133 105 49 0 0.21 0.63 0.48 40 0.46 0.36
Hex 85 69 31 0 15 3F 30 28 2E 24
Octal 205 151 61 0 25 77 60 50 56 44
Binary 10000101 1101001 110001 0 10101 111111 110000 101000 101110 100100

Color Harmonies of #856931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856931

Black with #856931

Text Example


Text Example

White with #856931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856931; }

 p { color: rgb(133,105,49); }

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

background-color css

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

 a { background-color: rgb(133,105,49); }

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

border-color css

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

 span { border-color: rgb(133,105,49); }

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