Html Css Color HEX #857731 Pesto

📋 copy color: '#857731'

red 133 ◦ green 119 ◦ blue 49

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

Shades of Pesto #857731

Tints of Pesto #857731

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.53%

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

R = 44.19%
G = 39.53%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.63

 K value IS 0.48

RGB Variations

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

Color information

#857731 (or 0x857731) is known color: Pesto. HEX triplet: 85, 77 and 31. RGB value is (133,119,49). Sum of RGB (Red+Green+Blue) = 133+119+49=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 119 (46.88% from 255 or 39.53% from 301); Blue value is 49 (19.53% from 255 or 16.28% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #857731 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857731 is #7A88CE. Grayscale: #737373. Windows color (decimal): -8030415 or 3241861. OLE color: 3241861.

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

Color convert

RGB 133 119 49 -
CMYK 0 0.11 0.63 0.48
HSL 50º 0.46% 0.36% -
HSV(B) 50º 0.63% 0.52% -
XYZ 16.82 18.4 5.57 -
YUV 115.21 90.64 140.69 -
System Red Green Blue C M Y K H S L
Decimal 133 119 49 0 0.11 0.63 0.48 50 0.46 0.36
Hex 85 77 31 0 B 3F 30 32 2E 24
Octal 205 167 61 0 13 77 60 62 56 44
Binary 10000101 1110111 110001 0 1011 111111 110000 110010 101110 100100

Color Harmonies of #857731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857731

Black with #857731

Text Example


Text Example

White with #857731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857731; }

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

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

background-color css

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

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

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

border-color css

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

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

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