#847530

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

Shades of Pesto #847530

Tints of Pesto #847530

Color information

#847530 (or 0x847530) is unknown color: approx Pesto. HEX triplet: 84, 75 and 30. RGB value is (132,117,48). Sum of RGB (Red+Green+Blue) = 132+117+48=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 117 (46.09% from 255 or 39.39% from 297); Blue value is 48 (19.14% from 255 or 16.16% from 297); Max value from RGB is 132 - color contains mainly: red. Hex color #847530 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847530 is #7B8ACF. Grayscale: #717171. Windows color (decimal): -8096464 or 3175812. OLE color: 3175812.

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

Color convert

RGB13211748-
CMYK00.110.640.48
HSL49.29º46.67%35.29%-
HSV(B)49.29º63.64%51.76%-
XYZ16.4117.845.38-
YUV113.6290.97141.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.44%
GREEN value IS 117 (46.09% from 255) = 39.39%
BLUE value IS 48 (19.14% from 255) = 16.16%
R=44.44%
G=39.39%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321174800.110.640.4849.2946.6735.29
Hex8475300B4030312f23
Octal2041656001310060615743
Binary100001001110101110000010111000000110000110001101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847530; }

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

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

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

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

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

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

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

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