Html Css Color HEX #847A2A Pesto

📋 copy color: '#847A2A'

red 132 ◦ green 122 ◦ blue 42

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

Shades of Pesto #847A2A

Tints of Pesto #847A2A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 41.22%

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

R = 44.59%
G = 41.22%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#847A2A (or 0x847A2A) is known color: Pesto. HEX triplet: 84, 7A and 2A. RGB value is (132,122,42). Sum of RGB (Red+Green+Blue) = 132+122+42=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 122 (48.05% from 255 or 41.22% from 296); Blue value is 42 (16.80% from 255 or 14.19% from 296); Max value from RGB is 132 - color contains mainly: red. Hex color #847A2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847A2A is #7B85D5. Grayscale: #747474. Windows color (decimal): -8095190 or 2783876. OLE color: 2783876.

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

Color convert

RGB 132 122 42 -
CMYK 0 0.08 0.68 0.48
HSL 53.33º 0.52% 0.34% -
HSV(B) 53.33º 0.68% 0.52% -
XYZ 16.89 18.99 4.97 -
YUV 115.87 86.31 139.5 -
System Red Green Blue C M Y K H S L
Decimal 132 122 42 0 0.08 0.68 0.48 53.33 0.52 0.34
Hex 84 7A 2A 0 8 44 30 35 34 22
Octal 204 172 52 0 10 104 60 65 64 42
Binary 10000100 1111010 101010 0 1000 1000100 110000 110101 110100 100010

Color Harmonies of #847A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847A2A

Black with #847A2A

Text Example


Text Example

White with #847A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847A2A; }

 p { color: rgb(132,122,42); }

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

background-color css

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

 a { background-color: rgb(132,122,42); }

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

border-color css

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

 span { border-color: rgb(132,122,42); }

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