Html Css Color HEX #857A22 Pesto

📋 copy color: '#857A22'

red 133 ◦ green 122 ◦ blue 34

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

Shades of Pesto #857A22

Tints of Pesto #857A22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.76%

R = 46.02%
G = 42.21%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#857A22 (or 0x857A22) is known color: Pesto. HEX triplet: 85, 7A and 22. RGB value is (133,122,34). Sum of RGB (Red+Green+Blue) = 133+122+34=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 122 (48.05% from 255 or 42.21% from 289); Blue value is 34 (13.67% from 255 or 11.76% from 289); Max value from RGB is 133 - color contains mainly: red. Hex color #857A22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857A22 is #7A85DD. Grayscale: #737373. Windows color (decimal): -8029662 or 2259589. OLE color: 2259589.

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

Color convert

RGB 133 122 34 -
CMYK 0 0.08 0.74 0.48
HSL 53.33º 0.59% 0.33% -
HSV(B) 53.33º 0.74% 0.52% -
XYZ 16.92 19.02 4.29 -
YUV 115.26 82.14 140.66 -
System Red Green Blue C M Y K H S L
Decimal 133 122 34 0 0.08 0.74 0.48 53.33 0.59 0.33
Hex 85 7A 22 0 8 4A 30 35 3B 21
Octal 205 172 42 0 10 112 60 65 73 41
Binary 10000101 1111010 100010 0 1000 1001010 110000 110101 111011 100001

Color Harmonies of #857A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857A22

Black with #857A22

Text Example


Text Example

White with #857A22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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