#847C28

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

Shades of Pesto #847C28

Tints of Pesto #847C28

Color information

#847C28 (or 0x847C28) is unknown color: approx Pesto. HEX triplet: 84, 7C and 28. RGB value is (132,124,40). Sum of RGB (Red+Green+Blue) = 132+124+40=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 124 (48.83% from 255 or 41.89% from 296); Blue value is 40 (16.02% from 255 or 13.51% from 296); Max value from RGB is 132 - color contains mainly: red. Hex color #847C28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847C28 is #7B83D7. Grayscale: #757575. Windows color (decimal): -8094680 or 2653316. OLE color: 2653316.

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

Color convert

RGB13212440-
CMYK00.060.700.48
HSL54.78º53.49%33.73%-
HSV(B)54.78º69.7%51.76%-
XYZ17.1119.474.86-
YUV116.8284.65138.83-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.59%
GREEN value IS 124 (48.83% from 255) = 41.89%
BLUE value IS 40 (16.02% from 255) = 13.51%
R=44.59%
G=41.89%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.70
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321244000.060.700.4854.7853.4933.73
Hex847C28064630373522
Octal204174500610660676542
Binary10000100111110010100001101000110110000110111110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,124,40); }

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

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

 a { background-color: rgb(132,124,40); }

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

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

 span { border-color: rgb(132,124,40); }

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