Html Css Color HEX #857031 Corn Harvest

📋 copy color: '#857031'

red 133 ◦ green 112 ◦ blue 49

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

Shades of Corn Harvest #857031

Tints of Corn Harvest #857031

RGB

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

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

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

R = 45.24%
G = 38.1%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.63

 K value IS 0.48

RGB Variations

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

Color information

#857031 (or 0x857031) is known color: Corn Harvest. HEX triplet: 85, 70 and 31. RGB value is (133,112,49). Sum of RGB (Red+Green+Blue) = 133+112+49=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 49 (19.53% from 255 or 16.67% from 294); Max value from RGB is 133 - color contains mainly: red. Hex color #857031 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857031 is #7A8FCE. Grayscale: #6F6F6F. Windows color (decimal): -8032207 or 3240069. OLE color: 3240069.

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

Color convert

RGB 133 112 49 -
CMYK 0 0.16 0.63 0.48
HSL 45º 0.46% 0.36% -
HSV(B) 45º 0.63% 0.52% -
XYZ 16.02 16.8 5.3 -
YUV 111.1 92.96 143.62 -
System Red Green Blue C M Y K H S L
Decimal 133 112 49 0 0.16 0.63 0.48 45 0.46 0.36
Hex 85 70 31 0 10 3F 30 2D 2E 24
Octal 205 160 61 0 20 77 60 55 56 44
Binary 10000101 1110000 110001 0 10000 111111 110000 101101 101110 100100

Color Harmonies of #857031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857031

Black with #857031

Text Example


Text Example

White with #857031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857031; }

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

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

background-color css

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

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

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

border-color css

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

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

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