#847C2B

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

Shades of Pesto #847C2B

Tints of Pesto #847C2B

Color information

#847C2B (or 0x847C2B) is unknown color: approx Pesto. HEX triplet: 84, 7C and 2B. RGB value is (132,124,43). Sum of RGB (Red+Green+Blue) = 132+124+43=299 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.15% from 299); Green value is 124 (48.83% from 255 or 41.47% from 299); Blue value is 43 (17.19% from 255 or 14.38% from 299); Max value from RGB is 132 - color contains mainly: red. Hex color #847C2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847C2B is #7B83D4. Grayscale: #757575. Windows color (decimal): -8094677 or 2849924. OLE color: 2849924.

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

Color convert

RGB13212443-
CMYK00.060.670.48
HSL54.61º50.86%34.31%-
HSV(B)54.61º67.42%51.76%-
XYZ17.1619.55.14-
YUV117.1686.15138.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.15%
GREEN value IS 124 (48.83% from 255) = 41.47%
BLUE value IS 43 (17.19% from 255) = 14.38%
R=44.15%
G=41.47%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321244300.060.670.4854.6150.8634.31
Hex847C2B064330373322
Octal204174530610360676342
Binary10000100111110010101101101000011110000110111110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,124,43); }

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

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

 a { background-color: rgb(132,124,43); }

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

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

 span { border-color: rgb(132,124,43); }

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