#847A25

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

Shades of Pesto #847A25

Tints of Pesto #847A25

Color information

#847A25 (or 0x847A25) is unknown color: approx Pesto. HEX triplet: 84, 7A and 25. RGB value is (132,122,37). Sum of RGB (Red+Green+Blue) = 132+122+37=291 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.36% from 291); Green value is 122 (48.05% from 255 or 41.92% from 291); Blue value is 37 (14.84% from 255 or 12.71% from 291); Max value from RGB is 132 - color contains mainly: red. Hex color #847A25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847A25 is #7B85DA. Grayscale: #737373. Windows color (decimal): -8095195 or 2456196. OLE color: 2456196.

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

Color convert

RGB13212237-
CMYK00.080.720.48
HSL53.68º56.21%33.14%-
HSV(B)53.68º71.97%51.76%-
XYZ16.8118.964.52-
YUV115.383.81139.91-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.36%
GREEN value IS 122 (48.05% from 255) = 41.92%
BLUE value IS 37 (14.84% from 255) = 12.71%
R=45.36%
G=41.92%
B=12.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321223700.080.720.4853.6856.2133.14
Hex847A25084830363821
Octal2041724501011060667041
Binary100001001111010100101010001001000110000110110111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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