Html Css Color HEX #857136 Corn Harvest

📋 copy color: '#857136'

red 133 ◦ green 113 ◦ blue 54

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

Shades of Corn Harvest #857136

Tints of Corn Harvest #857136

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.67%

 BLUE value IS 54 (21.48% from 255) = 18%

R = 44.33%
G = 37.67%
B = 18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#857136 (or 0x857136) is known color: Corn Harvest. HEX triplet: 85, 71 and 36. RGB value is (133,113,54). Sum of RGB (Red+Green+Blue) = 133+113+54=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 54 (21.48% from 255 or 18% from 300); Max value from RGB is 133 - color contains mainly: red. Hex color #857136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857136 is #7A8EC9. Grayscale: #707070. Windows color (decimal): -8031946 or 3568005. OLE color: 3568005.

HSL color Cylindrical-coordinate representation of color #857136: hue angle of 44.81º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #857136 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 113 54 -
CMYK 0 0.15 0.59 0.48
HSL 44.81º 0.42% 0.37% -
HSV(B) 44.81º 0.59% 0.52% -
XYZ 16.24 17.06 5.93 -
YUV 112.25 95.13 142.8 -
System Red Green Blue C M Y K H S L
Decimal 133 113 54 0 0.15 0.59 0.48 44.81 0.42 0.37
Hex 85 71 36 0 F 3B 30 2D 2A 25
Octal 205 161 66 0 17 73 60 55 52 45
Binary 10000101 1110001 110110 0 1111 111011 110000 101101 101010 100101

Color Harmonies of #857136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857136

Black with #857136

Text Example


Text Example

White with #857136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857136; }

 p { color: rgb(133,113,54); }

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

background-color css

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

 a { background-color: rgb(133,113,54); }

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

border-color css

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

 span { border-color: rgb(133,113,54); }

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