Html Css Color HEX #857C2E Pesto

📋 copy color: '#857C2E'

red 133 ◦ green 124 ◦ blue 46

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

Shades of Pesto #857C2E

Tints of Pesto #857C2E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 40.92%

 BLUE value IS 46 (18.36% from 255) = 15.18%

R = 43.89%
G = 40.92%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#857C2E (or 0x857C2E) is known color: Pesto. HEX triplet: 85, 7C and 2E. RGB value is (133,124,46). Sum of RGB (Red+Green+Blue) = 133+124+46=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 124 (48.83% from 255 or 40.92% from 303); Blue value is 46 (18.36% from 255 or 15.18% from 303); Max value from RGB is 133 - color contains mainly: red. Hex color #857C2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857C2E is #7A83D1. Grayscale: #767676. Windows color (decimal): -8029138 or 3046533. OLE color: 3046533.

HSL color Cylindrical-coordinate representation of color #857C2E: hue angle of 53.79º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #857C2E is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 124 46 -
CMYK 0 0.07 0.65 0.48
HSL 53.79º 0.49% 0.35% -
HSV(B) 53.79º 0.65% 0.52% -
XYZ 17.37 19.6 5.45 -
YUV 117.8 87.48 138.84 -
System Red Green Blue C M Y K H S L
Decimal 133 124 46 0 0.07 0.65 0.48 53.79 0.49 0.35
Hex 85 7C 2E 0 7 41 30 36 31 23
Octal 205 174 56 0 7 101 60 66 61 43
Binary 10000101 1111100 101110 0 111 1000001 110000 110110 110001 100011

Color Harmonies of #857C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857C2E

Black with #857C2E

Text Example


Text Example

White with #857C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,124,46); }

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

background-color css

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

 a { background-color: rgb(133,124,46); }

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

border-color css

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

 span { border-color: rgb(133,124,46); }

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