#847825

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

Shades of Pesto #847825

Tints of Pesto #847825

Color information

#847825 (or 0x847825) is unknown color: approx Pesto. HEX triplet: 84, 78 and 25. RGB value is (132,120,37). Sum of RGB (Red+Green+Blue) = 132+120+37=289 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.67% from 289); Green value is 120 (47.27% from 255 or 41.52% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 132 - color contains mainly: red. Hex color #847825 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847825 is #7B87DA. Grayscale: #727272. Windows color (decimal): -8095707 or 2455684. OLE color: 2455684.

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

Color convert

RGB13212037-
CMYK00.090.720.48
HSL52.42º56.21%33.14%-
HSV(B)52.42º71.97%51.76%-
XYZ16.5718.474.44-
YUV114.1384.48140.75-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.67%
GREEN value IS 120 (47.27% from 255) = 41.52%
BLUE value IS 37 (14.84% from 255) = 12.80%
R=45.67%
G=41.52%
B=12.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321203700.090.720.4852.4256.2133.14
Hex847825094830343821
Octal2041704501111060647041
Binary100001001111000100101010011001000110000110100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847825; }

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

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

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

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

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

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

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

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