#847425

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

Shades of Pesto #847425

Tints of Pesto #847425

Color information

#847425 (or 0x847425) is unknown color: approx Pesto. HEX triplet: 84, 74 and 25. RGB value is (132,116,37). Sum of RGB (Red+Green+Blue) = 132+116+37=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 132 - color contains mainly: red. Hex color #847425 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847425 is #7B8BDA. Grayscale: #707070. Windows color (decimal): -8096731 or 2454660. OLE color: 2454660.

HSL color Cylindrical-coordinate representation of color #847425: hue angle of 49.89º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #847425 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB13211637-
CMYK00.120.720.48
HSL49.89º56.21%33.14%-
HSV(B)49.89º71.97%51.76%-
XYZ16.117.534.29-
YUV111.7885.8142.42-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.32%
GREEN value IS 116 (45.70% from 255) = 40.70%
BLUE value IS 37 (14.84% from 255) = 12.98%
R=46.32%
G=40.70%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321163700.120.720.4849.8956.2133.14
Hex8474250C4830323821
Octal2041644501411060627041
Binary100001001110100100101011001001000110000110010111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847425; }

 p { color: rgb(132,116,37); }

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

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

 a { background-color: rgb(132,116,37); }

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

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

 span { border-color: rgb(132,116,37); }

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