Html Css Color HEX #857531 Corn Harvest

📋 copy color: '#857531'

red 133 ◦ green 117 ◦ blue 49

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

Shades of Corn Harvest #857531

Tints of Corn Harvest #857531

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.13%

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

R = 44.48%
G = 39.13%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.48

RGB Variations

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

Color information

#857531 (or 0x857531) is known color: Corn Harvest. HEX triplet: 85, 75 and 31. RGB value is (133,117,49). Sum of RGB (Red+Green+Blue) = 133+117+49=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 117 (46.09% from 255 or 39.13% from 299); Blue value is 49 (19.53% from 255 or 16.39% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #857531 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857531 is #7A8ACE. Grayscale: #727272. Windows color (decimal): -8030927 or 3241349. OLE color: 3241349.

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

Color convert

RGB 133 117 49 -
CMYK 0 0.12 0.63 0.48
HSL 48.57º 0.46% 0.36% -
HSV(B) 48.57º 0.63% 0.52% -
XYZ 16.59 17.93 5.49 -
YUV 114.03 91.3 141.53 -
System Red Green Blue C M Y K H S L
Decimal 133 117 49 0 0.12 0.63 0.48 48.57 0.46 0.36
Hex 85 75 31 0 C 3F 30 31 2E 24
Octal 205 165 61 0 14 77 60 61 56 44
Binary 10000101 1110101 110001 0 1100 111111 110000 110001 101110 100100

Color Harmonies of #857531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857531

Black with #857531

Text Example


Text Example

White with #857531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857531; }

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

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

background-color css

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

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

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

border-color css

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

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

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