#847526

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

Shades of Pesto #847526

Tints of Pesto #847526

Color information

#847526 (or 0x847526) is unknown color: approx Pesto. HEX triplet: 84, 75 and 26. RGB value is (132,117,38). Sum of RGB (Red+Green+Blue) = 132+117+38=287 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.99% from 287); Green value is 117 (46.09% from 255 or 40.77% from 287); Blue value is 38 (15.23% from 255 or 13.24% from 287); Max value from RGB is 132 - color contains mainly: red. Hex color #847526 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847526 is #7B8AD9. Grayscale: #707070. Windows color (decimal): -8096474 or 2520452. OLE color: 2520452.

HSL color Cylindrical-coordinate representation of color #847526: hue angle of 50.43º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #847526 is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB13211738-
CMYK00.110.710.48
HSL50.43º55.29%33.33%-
HSV(B)50.43º71.21%51.76%-
XYZ16.2317.774.41-
YUV112.4885.97141.92-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.99%
GREEN value IS 117 (46.09% from 255) = 40.77%
BLUE value IS 38 (15.23% from 255) = 13.24%
R=45.99%
G=40.77%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321173800.110.710.4850.4355.2933.33
Hex8475260B4730323721
Octal2041654601310760626741
Binary100001001110101100110010111000111110000110010110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847526; }

 p { color: rgb(132,117,38); }

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

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

 a { background-color: rgb(132,117,38); }

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

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

 span { border-color: rgb(132,117,38); }

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