#847A30

Color #847A30 Pesto (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pesto #847A30

Tints of Pesto #847A30

Color information

#847A30 (or 0x847A30) is unknown color: approx Pesto. HEX triplet: 84, 7A and 30. RGB value is (132,122,48). Sum of RGB (Red+Green+Blue) = 132+122+48=302 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.71% from 302); Green value is 122 (48.05% from 255 or 40.40% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 132 - color contains mainly: red. Hex color #847A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847A30 is #7B85CF. Grayscale: #747474. Windows color (decimal): -8095184 or 3177092. OLE color: 3177092.

HSL color Cylindrical-coordinate representation of color #847A30: hue angle of 52.86º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #847A30 is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB13212248-
CMYK00.080.640.48
HSL52.86º46.67%35.29%-
HSV(B)52.86º63.64%51.76%-
XYZ17.0119.045.57-
YUV116.5589.31139.02-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.71%
GREEN value IS 122 (48.05% from 255) = 40.40%
BLUE value IS 48 (19.14% from 255) = 15.89%
R=43.71%
G=40.40%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321224800.080.640.4852.8646.6735.29
Hex847A30084030352f23
Octal2041726001010060655743
Binary100001001111010110000010001000000110000110101101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #847A30;
 }
 .AnyTagClassName
 {
   color: #847A30;
 }
</style>
background-color css

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

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

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

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

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

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