Html Css Color HEX #847820 Pesto

📋 copy color: '#847820'

red 132 ◦ green 120 ◦ blue 32

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

Shades of Pesto #847820

Tints of Pesto #847820

RGB

 RED value IS 132 (51.95% from 255) = 46.48%

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

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

R = 46.48%
G = 42.25%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#847820 (or 0x847820) is known color: Pesto. HEX triplet: 84, 78 and 20. RGB value is (132,120,32). Sum of RGB (Red+Green+Blue) = 132+120+32=284 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.48% from 284); Green value is 120 (47.27% from 255 or 42.25% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 132 - color contains mainly: red. Hex color #847820 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847820 is #7B87DF. Grayscale: #717171. Windows color (decimal): -8095712 or 2128004. OLE color: 2128004.

HSL color Cylindrical-coordinate representation of color #847820: hue angle of 52.8º 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 #847820 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 120 32 -
CMYK 0 0.09 0.76 0.48
HSL 52.8º 0.61% 0.32% -
HSV(B) 52.8º 0.76% 0.52% -
XYZ 16.49 18.44 4.06 -
YUV 113.56 81.98 141.16 -
System Red Green Blue C M Y K H S L
Decimal 132 120 32 0 0.09 0.76 0.48 52.8 0.61 0.32
Hex 84 78 20 0 9 4C 30 35 3D 20
Octal 204 170 40 0 11 114 60 65 75 40
Binary 10000100 1111000 100000 0 1001 1001100 110000 110101 111101 100000

Color Harmonies of #847820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847820

Black with #847820

Text Example


Text Example

White with #847820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847820; }

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

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

background-color css

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

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

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

border-color css

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

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

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