Html Css Color HEX #857D2B Pesto

📋 copy color: '#857D2B'

red 133 ◦ green 125 ◦ blue 43

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

Shades of Pesto #857D2B

Tints of Pesto #857D2B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 41.53%

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

R = 44.19%
G = 41.53%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#857D2B (or 0x857D2B) is known color: Pesto. HEX triplet: 85, 7D and 2B. RGB value is (133,125,43). Sum of RGB (Red+Green+Blue) = 133+125+43=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 125 (49.22% from 255 or 41.53% from 301); Blue value is 43 (17.19% from 255 or 14.29% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #857D2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857D2B is #7A82D4. Grayscale: #767676. Windows color (decimal): -8028885 or 2850181. OLE color: 2850181.

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

Color convert

RGB 133 125 43 -
CMYK 0 0.06 0.68 0.48
HSL 54.67º 0.51% 0.35% -
HSV(B) 54.67º 0.68% 0.52% -
XYZ 17.44 19.83 5.19 -
YUV 118.04 85.65 138.67 -
System Red Green Blue C M Y K H S L
Decimal 133 125 43 0 0.06 0.68 0.48 54.67 0.51 0.35
Hex 85 7D 2B 0 6 44 30 37 33 23
Octal 205 175 53 0 6 104 60 67 63 43
Binary 10000101 1111101 101011 0 110 1000100 110000 110111 110011 100011

Color Harmonies of #857D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857D2B

Black with #857D2B

Text Example


Text Example

White with #857D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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