#847D2C

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

Shades of Pesto #847D2C

Tints of Pesto #847D2C

Color information

#847D2C (or 0x847D2C) is unknown color: approx Pesto. HEX triplet: 84, 7D and 2C. RGB value is (132,125,44). Sum of RGB (Red+Green+Blue) = 132+125+44=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 125 (49.22% from 255 or 41.53% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 132 - color contains mainly: red. Hex color #847D2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847D2C is #7B82D3. Grayscale: #767676. Windows color (decimal): -8094420 or 2915716. OLE color: 2915716.

HSL color Cylindrical-coordinate representation of color #847D2C: hue angle of 55.23º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #847D2C is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB13212544-
CMYK00.050.670.48
HSL55.23º50%34.51%-
HSV(B)55.23º66.67%51.76%-
XYZ17.319.755.28-
YUV117.8686.32138.09-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.85%
GREEN value IS 125 (49.22% from 255) = 41.53%
BLUE value IS 44 (17.58% from 255) = 14.62%
R=43.85%
G=41.53%
B=14.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321254400.050.670.4855.235034.51
Hex847D2C054330373223
Octal204175540510360676243
Binary10000100111110110110001011000011110000110111110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,125,44); }

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

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

 a { background-color: rgb(132,125,44); }

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

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

 span { border-color: rgb(132,125,44); }

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