Html Css Color HEX #857A19 Pesto

📋 copy color: '#857A19'

red 133 ◦ green 122 ◦ blue 25

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

Shades of Pesto #857A19

Tints of Pesto #857A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.93%

R = 47.5%
G = 43.57%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#857A19 (or 0x857A19) is known color: Pesto. HEX triplet: 85, 7A and 19. RGB value is (133,122,25). Sum of RGB (Red+Green+Blue) = 133+122+25=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 122 (48.05% from 255 or 43.57% from 280); Blue value is 25 (10.16% from 255 or 8.93% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #857A19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857A19 is #7A85E6. Grayscale: #727272. Windows color (decimal): -8029671 or 1669765. OLE color: 1669765.

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

Color convert

RGB 133 122 25 -
CMYK 0 0.08 0.81 0.48
HSL 53.89º 0.68% 0.31% -
HSV(B) 53.89º 0.81% 0.52% -
XYZ 16.81 18.98 3.7 -
YUV 114.23 77.64 141.39 -
System Red Green Blue C M Y K H S L
Decimal 133 122 25 0 0.08 0.81 0.48 53.89 0.68 0.31
Hex 85 7A 19 0 8 51 30 36 44 1F
Octal 205 172 31 0 10 121 60 66 104 37
Binary 10000101 1111010 11001 0 1000 1010001 110000 110110 1000100 11111

Color Harmonies of #857A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857A19

Black with #857A19

Text Example


Text Example

White with #857A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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