Html Css Color HEX #857E33 Pesto

📋 copy color: '#857E33'

red 133 ◦ green 126 ◦ blue 51

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

Shades of Pesto #857E33

Tints of Pesto #857E33

RGB

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

 GREEN value IS 126 (49.61% from 255) = 40.65%

 BLUE value IS 51 (20.31% from 255) = 16.45%

R = 42.9%
G = 40.65%
B = 16.45%

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

#857E33 (or 0x857E33) is known color: Pesto. HEX triplet: 85, 7E and 33. RGB value is (133,126,51). Sum of RGB (Red+Green+Blue) = 133+126+51=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 126 (49.61% from 255 or 40.65% from 310); Blue value is 51 (20.31% from 255 or 16.45% from 310); Max value from RGB is 133 - color contains mainly: red. Hex color #857E33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857E33 is #7A81CC. Grayscale: #777777. Windows color (decimal): -8028621 or 3374725. OLE color: 3374725.

HSL color Cylindrical-coordinate representation of color #857E33: hue angle of 54.88º 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 #857E33 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 126 51 -
CMYK 0 0.05 0.62 0.48
HSL 54.88º 0.45% 0.36% -
HSV(B) 54.88º 0.62% 0.52% -
XYZ 17.73 20.15 6.09 -
YUV 119.54 89.32 137.6 -
System Red Green Blue C M Y K H S L
Decimal 133 126 51 0 0.05 0.62 0.48 54.88 0.45 0.36
Hex 85 7E 33 0 5 3E 30 37 2D 24
Octal 205 176 63 0 5 76 60 67 55 44
Binary 10000101 1111110 110011 0 101 111110 110000 110111 101101 100100

Color Harmonies of #857E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857E33

Black with #857E33

Text Example


Text Example

White with #857E33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,126,51); }

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

background-color css

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

 a { background-color: rgb(133,126,51); }

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

border-color css

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

 span { border-color: rgb(133,126,51); }

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