Html Css Color HEX #857E2B Pesto

📋 copy color: '#857E2B'

red 133 ◦ green 126 ◦ blue 43

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

Shades of Pesto #857E2B

Tints of Pesto #857E2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.24%

R = 44.04%
G = 41.72%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#857E2B (or 0x857E2B) is known color: Pesto. HEX triplet: 85, 7E and 2B. RGB value is (133,126,43). Sum of RGB (Red+Green+Blue) = 133+126+43=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 126 (49.61% from 255 or 41.72% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 133 - color contains mainly: red. Hex color #857E2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857E2B is #7A81D4. Grayscale: #767676. Windows color (decimal): -8028629 or 2850437. OLE color: 2850437.

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

Color convert

RGB 133 126 43 -
CMYK 0 0.05 0.68 0.48
HSL 55.33º 0.51% 0.35% -
HSV(B) 55.33º 0.68% 0.52% -
XYZ 17.57 20.08 5.24 -
YUV 118.63 85.32 138.25 -
System Red Green Blue C M Y K H S L
Decimal 133 126 43 0 0.05 0.68 0.48 55.33 0.51 0.35
Hex 85 7E 2B 0 5 44 30 37 33 23
Octal 205 176 53 0 5 104 60 67 63 43
Binary 10000101 1111110 101011 0 101 1000100 110000 110111 110011 100011

Color Harmonies of #857E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857E2B

Black with #857E2B

Text Example


Text Example

White with #857E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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