#84742F

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

Shades of Pesto #84742F

Tints of Pesto #84742F

Color information

#84742F (or 0x84742F) is unknown color: approx Pesto. HEX triplet: 84, 74 and 2F. RGB value is (132,116,47). Sum of RGB (Red+Green+Blue) = 132+116+47=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 47 (18.75% from 255 or 15.93% from 295); Max value from RGB is 132 - color contains mainly: red. Hex color #84742F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84742F is #7B8BD0. Grayscale: #717171. Windows color (decimal): -8096721 or 3110020. OLE color: 3110020.

HSL color Cylindrical-coordinate representation of color #84742F: hue angle of 48.71º 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 #84742F is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB13211647-
CMYK00.120.640.48
HSL48.71º47.49%35.1%-
HSV(B)48.71º64.39%51.76%-
XYZ16.2717.65.23-
YUV112.9290.8141.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.75%
GREEN value IS 116 (45.70% from 255) = 39.32%
BLUE value IS 47 (18.75% from 255) = 15.93%
R=44.75%
G=39.32%
B=15.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321164700.120.640.4848.7147.4935.1
Hex84742F0C4030312f23
Octal2041645701410060615743
Binary100001001110100101111011001000000110000110001101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84742F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84742F; }

 p { color: rgb(132,116,47); }

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

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

 a { background-color: rgb(132,116,47); }

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

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

 span { border-color: rgb(132,116,47); }

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