Html Css Color HEX #857A20 Pesto

📋 copy color: '#857A20'

red 133 ◦ green 122 ◦ blue 32

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

Shades of Pesto #857A20

Tints of Pesto #857A20

RGB

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

 GREEN value IS 122 (48.05% from 255) = 42.51%

 BLUE value IS 32 (12.89% from 255) = 11.15%

R = 46.34%
G = 42.51%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#857A20 (or 0x857A20) is known color: Pesto. HEX triplet: 85, 7A and 20. RGB value is (133,122,32). Sum of RGB (Red+Green+Blue) = 133+122+32=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 122 (48.05% from 255 or 42.51% from 287); Blue value is 32 (12.89% from 255 or 11.15% from 287); Max value from RGB is 133 - color contains mainly: red. Hex color #857A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857A20 is #7A85DF. Grayscale: #737373. Windows color (decimal): -8029664 or 2128517. OLE color: 2128517.

HSL color Cylindrical-coordinate representation of color #857A20: hue angle of 53.47º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #857A20 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 122 32 -
CMYK 0 0.08 0.76 0.48
HSL 53.47º 0.61% 0.32% -
HSV(B) 53.47º 0.76% 0.52% -
XYZ 16.89 19.01 4.15 -
YUV 115.03 81.14 140.82 -
System Red Green Blue C M Y K H S L
Decimal 133 122 32 0 0.08 0.76 0.48 53.47 0.61 0.32
Hex 85 7A 20 0 8 4C 30 35 3D 20
Octal 205 172 40 0 10 114 60 65 75 40
Binary 10000101 1111010 100000 0 1000 1001100 110000 110101 111101 100000

Color Harmonies of #857A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857A20

Black with #857A20

Text Example


Text Example

White with #857A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,122,32); }

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

background-color css

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

 a { background-color: rgb(133,122,32); }

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

border-color css

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

 span { border-color: rgb(133,122,32); }

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