#847B2D

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

Shades of Pesto #847B2D

Tints of Pesto #847B2D

Color information

#847B2D (or 0x847B2D) is unknown color: approx Pesto. HEX triplet: 84, 7B and 2D. RGB value is (132,123,45). Sum of RGB (Red+Green+Blue) = 132+123+45=300 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44% from 300); Green value is 123 (48.44% from 255 or 41% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 132 - color contains mainly: red. Hex color #847B2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847B2D is #7B84D2. Grayscale: #757575. Windows color (decimal): -8094931 or 2980740. OLE color: 2980740.

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

Color convert

RGB13212345-
CMYK00.070.660.48
HSL53.79º49.15%34.71%-
HSV(B)53.79º65.91%51.76%-
XYZ17.0719.265.3-
YUV116.887.48138.84-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44%
GREEN value IS 123 (48.44% from 255) = 41%
BLUE value IS 45 (17.97% from 255) = 15%
R=44%
G=41%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321234500.070.660.4853.7949.1534.71
Hex847B2D074230363123
Octal204173550710260666143
Binary10000100111101110110101111000010110000110110110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,123,45); }

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

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

 a { background-color: rgb(132,123,45); }

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

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

 span { border-color: rgb(132,123,45); }

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