Html Css Color HEX #857F32 Pesto

📋 copy color: '#857F32'

red 133 ◦ green 127 ◦ blue 50

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

Shades of Pesto #857F32

Tints of Pesto #857F32

RGB

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

 GREEN value IS 127 (50% from 255) = 40.97%

 BLUE value IS 50 (19.92% from 255) = 16.13%

R = 42.9%
G = 40.97%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#857F32 (or 0x857F32) is known color: Pesto. HEX triplet: 85, 7F and 32. RGB value is (133,127,50). Sum of RGB (Red+Green+Blue) = 133+127+50=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 127 (50% from 255 or 40.97% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 133 - color contains mainly: red. Hex color #857F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857F32 is #7A80CD. Grayscale: #787878. Windows color (decimal): -8028366 or 3309445. OLE color: 3309445.

HSL color Cylindrical-coordinate representation of color #857F32: hue angle of 55.66º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #857F32 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 127 50 -
CMYK 0 0.05 0.62 0.48
HSL 55.66º 0.45% 0.36% -
HSV(B) 55.66º 0.62% 0.52% -
XYZ 17.84 20.4 6.01 -
YUV 120.02 88.49 137.26 -
System Red Green Blue C M Y K H S L
Decimal 133 127 50 0 0.05 0.62 0.48 55.66 0.45 0.36
Hex 85 7F 32 0 5 3E 30 38 2D 24
Octal 205 177 62 0 5 76 60 70 55 44
Binary 10000101 1111111 110010 0 101 111110 110000 111000 101101 100100

Color Harmonies of #857F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857F32

Black with #857F32

Text Example


Text Example

White with #857F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,127,50); }

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

background-color css

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

 a { background-color: rgb(133,127,50); }

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

border-color css

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

 span { border-color: rgb(133,127,50); }

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