Html Css Color HEX #857138 Corn Harvest

📋 copy color: '#857138'

red 133 ◦ green 113 ◦ blue 56

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

Shades of Corn Harvest #857138

Tints of Corn Harvest #857138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.54%

R = 44.04%
G = 37.42%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#857138 (or 0x857138) is known color: Corn Harvest. HEX triplet: 85, 71 and 38. RGB value is (133,113,56). Sum of RGB (Red+Green+Blue) = 133+113+56=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 56 (22.27% from 255 or 18.54% from 302); Max value from RGB is 133 - color contains mainly: red. Hex color #857138 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857138 is #7A8EC7. Grayscale: #707070. Windows color (decimal): -8031944 or 3699077. OLE color: 3699077.

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

Color convert

RGB 133 113 56 -
CMYK 0 0.15 0.58 0.48
HSL 44.42º 0.41% 0.37% -
HSV(B) 44.42º 0.58% 0.52% -
XYZ 16.29 17.08 6.18 -
YUV 112.48 96.13 142.63 -
System Red Green Blue C M Y K H S L
Decimal 133 113 56 0 0.15 0.58 0.48 44.42 0.41 0.37
Hex 85 71 38 0 F 3A 30 2C 29 25
Octal 205 161 70 0 17 72 60 54 51 45
Binary 10000101 1110001 111000 0 1111 111010 110000 101100 101001 100101

Color Harmonies of #857138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857138

Black with #857138

Text Example


Text Example

White with #857138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857138; }

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

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

background-color css

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

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

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

border-color css

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

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

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