Html Css Color HEX #857820 Pesto

📋 copy color: '#857820'

red 133 ◦ green 120 ◦ blue 32

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

Shades of Pesto #857820

Tints of Pesto #857820

RGB

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

 GREEN value IS 120 (47.27% from 255) = 42.11%

 BLUE value IS 32 (12.89% from 255) = 11.23%

R = 46.67%
G = 42.11%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#857820 (or 0x857820) is known color: Pesto. HEX triplet: 85, 78 and 20. RGB value is (133,120,32). Sum of RGB (Red+Green+Blue) = 133+120+32=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 120 (47.27% from 255 or 42.11% from 285); Blue value is 32 (12.89% from 255 or 11.23% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #857820 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857820 is #7A87DF. Grayscale: #727272. Windows color (decimal): -8030176 or 2128005. OLE color: 2128005.

HSL color Cylindrical-coordinate representation of color #857820: hue angle of 52.28º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #857820 is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 120 32 -
CMYK 0 0.10 0.76 0.48
HSL 52.28º 0.61% 0.32% -
HSV(B) 52.28º 0.76% 0.52% -
XYZ 16.65 18.52 4.06 -
YUV 113.86 81.81 141.66 -
System Red Green Blue C M Y K H S L
Decimal 133 120 32 0 0.10 0.76 0.48 52.28 0.61 0.32
Hex 85 78 20 0 A 4C 30 34 3D 20
Octal 205 170 40 0 12 114 60 64 75 40
Binary 10000101 1111000 100000 0 1010 1001100 110000 110100 111101 100000

Color Harmonies of #857820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857820

Black with #857820

Text Example


Text Example

White with #857820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857820; }

 p { color: rgb(133,120,32); }

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

background-color css

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

 a { background-color: rgb(133,120,32); }

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

border-color css

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

 span { border-color: rgb(133,120,32); }

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