Html Css Color HEX #857029 Corn Harvest

📋 copy color: '#857029'

red 133 ◦ green 112 ◦ blue 41

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

Shades of Corn Harvest #857029

Tints of Corn Harvest #857029

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.16%

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

R = 46.5%
G = 39.16%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#857029 (or 0x857029) is known color: Corn Harvest. HEX triplet: 85, 70 and 29. RGB value is (133,112,41). Sum of RGB (Red+Green+Blue) = 133+112+41=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 41 (16.41% from 255 or 14.34% from 286); Max value from RGB is 133 - color contains mainly: red. Hex color #857029 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857029 is #7A8FD6. Grayscale: #6E6E6E. Windows color (decimal): -8032215 or 2715781. OLE color: 2715781.

HSL color Cylindrical-coordinate representation of color #857029: hue angle of 46.3º 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 #857029 is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 112 41 -
CMYK 0 0.16 0.69 0.48
HSL 46.3º 0.53% 0.34% -
HSV(B) 46.3º 0.69% 0.52% -
XYZ 15.87 16.73 4.49 -
YUV 110.19 88.96 144.27 -
System Red Green Blue C M Y K H S L
Decimal 133 112 41 0 0.16 0.69 0.48 46.3 0.53 0.34
Hex 85 70 29 0 10 45 30 2E 35 22
Octal 205 160 51 0 20 105 60 56 65 42
Binary 10000101 1110000 101001 0 10000 1000101 110000 101110 110101 100010

Color Harmonies of #857029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857029

Black with #857029

Text Example


Text Example

White with #857029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857029; }

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

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

background-color css

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

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

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

border-color css

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

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

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