#847531

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

Shades of Pesto #847531

Tints of Pesto #847531

Color information

#847531 (or 0x847531) is unknown color: approx Pesto. HEX triplet: 84, 75 and 31. RGB value is (132,117,49). Sum of RGB (Red+Green+Blue) = 132+117+49=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 49 (19.53% from 255 or 16.44% from 298); Max value from RGB is 132 - color contains mainly: red. Hex color #847531 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847531 is #7B8ACE. Grayscale: #727272. Windows color (decimal): -8096463 or 3241348. OLE color: 3241348.

HSL color Cylindrical-coordinate representation of color #847531: hue angle of 49.16º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #847531 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB13211749-
CMYK00.110.630.48
HSL49.16º45.86%35.49%-
HSV(B)49.16º62.88%51.76%-
XYZ16.4317.855.49-
YUV113.7391.47141.03-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.30%
GREEN value IS 117 (46.09% from 255) = 39.26%
BLUE value IS 49 (19.53% from 255) = 16.44%
R=44.30%
G=39.26%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321174900.110.630.4849.1645.8635.49
Hex8475310B3F30312e23
Octal204165610137760615643
Binary10000100111010111000101011111111110000110001101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847531; }

 p { color: rgb(132,117,49); }

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

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

 a { background-color: rgb(132,117,49); }

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

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

 span { border-color: rgb(132,117,49); }

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