Html Css Color HEX #857E2E Pesto

📋 copy color: '#857E2E'

red 133 ◦ green 126 ◦ blue 46

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

Shades of Pesto #857E2E

Tints of Pesto #857E2E

RGB

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

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

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

R = 43.61%
G = 41.31%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#857E2E (or 0x857E2E) is known color: Pesto. HEX triplet: 85, 7E and 2E. RGB value is (133,126,46). Sum of RGB (Red+Green+Blue) = 133+126+46=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 126 (49.61% from 255 or 41.31% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 133 - color contains mainly: red. Hex color #857E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857E2E is #7A81D1. Grayscale: #777777. Windows color (decimal): -8028626 or 3047045. OLE color: 3047045.

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

Color convert

RGB 133 126 46 -
CMYK 0 0.05 0.65 0.48
HSL 55.17º 0.49% 0.35% -
HSV(B) 55.17º 0.65% 0.52% -
XYZ 17.63 20.11 5.54 -
YUV 118.97 86.82 138 -
System Red Green Blue C M Y K H S L
Decimal 133 126 46 0 0.05 0.65 0.48 55.17 0.49 0.35
Hex 85 7E 2E 0 5 41 30 37 31 23
Octal 205 176 56 0 5 101 60 67 61 43
Binary 10000101 1111110 101110 0 101 1000001 110000 110111 110001 100011

Color Harmonies of #857E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857E2E

Black with #857E2E

Text Example


Text Example

White with #857E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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