Html Css Color HEX #857C31 Pesto

📋 copy color: '#857C31'

red 133 ◦ green 124 ◦ blue 49

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

Shades of Pesto #857C31

Tints of Pesto #857C31

RGB

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

 GREEN value IS 124 (48.83% from 255) = 40.52%

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

R = 43.46%
G = 40.52%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.63

 K value IS 0.48

RGB Variations

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

Color information

#857C31 (or 0x857C31) is known color: Pesto. HEX triplet: 85, 7C and 31. RGB value is (133,124,49). Sum of RGB (Red+Green+Blue) = 133+124+49=306 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.46% from 306); Green value is 124 (48.83% from 255 or 40.52% from 306); Blue value is 49 (19.53% from 255 or 16.01% from 306); Max value from RGB is 133 - color contains mainly: red. Hex color #857C31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857C31 is #7A83CE. Grayscale: #767676. Windows color (decimal): -8029135 or 3243141. OLE color: 3243141.

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

Color convert

RGB 133 124 49 -
CMYK 0 0.07 0.63 0.48
HSL 53.57º 0.46% 0.36% -
HSV(B) 53.57º 0.63% 0.52% -
XYZ 17.43 19.62 5.77 -
YUV 118.14 88.98 138.6 -
System Red Green Blue C M Y K H S L
Decimal 133 124 49 0 0.07 0.63 0.48 53.57 0.46 0.36
Hex 85 7C 31 0 7 3F 30 36 2E 24
Octal 205 174 61 0 7 77 60 66 56 44
Binary 10000101 1111100 110001 0 111 111111 110000 110110 101110 100100

Color Harmonies of #857C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857C31

Black with #857C31

Text Example


Text Example

White with #857C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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