Html Css Color HEX #857129 Corn Harvest

📋 copy color: '#857129'

red 133 ◦ green 113 ◦ blue 41

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

Shades of Corn Harvest #857129

Tints of Corn Harvest #857129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.29%

R = 46.34%
G = 39.37%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#857129 (or 0x857129) is known color: Corn Harvest. HEX triplet: 85, 71 and 29. RGB value is (133,113,41). Sum of RGB (Red+Green+Blue) = 133+113+41=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 113 (44.53% from 255 or 39.37% from 287); Blue value is 41 (16.41% from 255 or 14.29% from 287); Max value from RGB is 133 - color contains mainly: red. Hex color #857129 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857129 is #7A8ED6. Grayscale: #6F6F6F. Windows color (decimal): -8031959 or 2716037. OLE color: 2716037.

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

Color convert

RGB 133 113 41 -
CMYK 0 0.15 0.69 0.48
HSL 46.96º 0.53% 0.34% -
HSV(B) 46.96º 0.69% 0.52% -
XYZ 15.98 16.96 4.53 -
YUV 110.77 88.63 143.85 -
System Red Green Blue C M Y K H S L
Decimal 133 113 41 0 0.15 0.69 0.48 46.96 0.53 0.34
Hex 85 71 29 0 F 45 30 2F 35 22
Octal 205 161 51 0 17 105 60 57 65 42
Binary 10000101 1110001 101001 0 1111 1000101 110000 101111 110101 100010

Color Harmonies of #857129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857129

Black with #857129

Text Example


Text Example

White with #857129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857129; }

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

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

background-color css

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

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

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

border-color css

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

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

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