#847B31

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

Shades of Pesto #847B31

Tints of Pesto #847B31

Color information

#847B31 (or 0x847B31) is unknown color: approx Pesto. HEX triplet: 84, 7B and 31. RGB value is (132,123,49). Sum of RGB (Red+Green+Blue) = 132+123+49=304 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.42% from 304); Green value is 123 (48.44% from 255 or 40.46% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 132 - color contains mainly: red. Hex color #847B31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847B31 is #7B84CE. Grayscale: #757575. Windows color (decimal): -8094927 or 3242884. OLE color: 3242884.

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

Color convert

RGB13212349-
CMYK00.070.630.48
HSL53.49º45.86%35.49%-
HSV(B)53.49º62.88%51.76%-
XYZ17.1519.295.73-
YUV117.2589.48138.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.42%
GREEN value IS 123 (48.44% from 255) = 40.46%
BLUE value IS 49 (19.53% from 255) = 16.12%
R=43.42%
G=40.46%
B=16.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321234900.070.630.4853.4945.8635.49
Hex847B31073F30352e23
Octal20417361077760655643
Binary1000010011110111100010111111111110000110101101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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