Html Css Color HEX #857B2E Pesto

📋 copy color: '#857B2E'

red 133 ◦ green 123 ◦ blue 46

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

Shades of Pesto #857B2E

Tints of Pesto #857B2E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 40.73%

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

R = 44.04%
G = 40.73%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#857B2E (or 0x857B2E) is known color: Pesto. HEX triplet: 85, 7B and 2E. RGB value is (133,123,46). Sum of RGB (Red+Green+Blue) = 133+123+46=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 123 (48.44% from 255 or 40.73% from 302); Blue value is 46 (18.36% from 255 or 15.23% from 302); Max value from RGB is 133 - color contains mainly: red. Hex color #857B2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857B2E is #7A84D1. Grayscale: #757575. Windows color (decimal): -8029394 or 3046277. OLE color: 3046277.

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

Color convert

RGB 133 123 46 -
CMYK 0 0.08 0.65 0.48
HSL 53.1º 0.49% 0.35% -
HSV(B) 53.1º 0.65% 0.52% -
XYZ 17.25 19.35 5.41 -
YUV 117.21 87.81 139.26 -
System Red Green Blue C M Y K H S L
Decimal 133 123 46 0 0.08 0.65 0.48 53.1 0.49 0.35
Hex 85 7B 2E 0 8 41 30 35 31 23
Octal 205 173 56 0 10 101 60 65 61 43
Binary 10000101 1111011 101110 0 1000 1000001 110000 110101 110001 100011

Color Harmonies of #857B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857B2E

Black with #857B2E

Text Example


Text Example

White with #857B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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