Html Css Color HEX #857D2A Pesto

📋 copy color: '#857D2A'

red 133 ◦ green 125 ◦ blue 42

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

Shades of Pesto #857D2A

Tints of Pesto #857D2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14%

R = 44.33%
G = 41.67%
B = 14%

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

#857D2A (or 0x857D2A) is known color: Pesto. HEX triplet: 85, 7D and 2A. RGB value is (133,125,42). Sum of RGB (Red+Green+Blue) = 133+125+42=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 125 (49.22% from 255 or 41.67% from 300); Blue value is 42 (16.80% from 255 or 14% from 300); Max value from RGB is 133 - color contains mainly: red. Hex color #857D2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857D2A is #7A82D5. Grayscale: #767676. Windows color (decimal): -8028886 or 2784645. OLE color: 2784645.

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

Color convert

RGB 133 125 42 -
CMYK 0 0.06 0.68 0.48
HSL 54.73º 0.52% 0.34% -
HSV(B) 54.73º 0.68% 0.52% -
XYZ 17.42 19.82 5.1 -
YUV 117.93 85.15 138.75 -
System Red Green Blue C M Y K H S L
Decimal 133 125 42 0 0.06 0.68 0.48 54.73 0.52 0.34
Hex 85 7D 2A 0 6 44 30 37 34 22
Octal 205 175 52 0 6 104 60 67 64 42
Binary 10000101 1111101 101010 0 110 1000100 110000 110111 110100 100010

Color Harmonies of #857D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857D2A

Black with #857D2A

Text Example


Text Example

White with #857D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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