#867828

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

Shades of Pesto #867828

Tints of Pesto #867828

Color information

#867828 (or 0x867828) is unknown color: approx Pesto. HEX triplet: 86, 78 and 28. RGB value is (134,120,40). Sum of RGB (Red+Green+Blue) = 134+120+40=294 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.58% from 294); Green value is 120 (47.27% from 255 or 40.82% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 134 - color contains mainly: red. Hex color #867828 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867828 is #7987D7. Grayscale: #737373. Windows color (decimal): -7964632 or 2652294. OLE color: 2652294.

HSL color Cylindrical-coordinate representation of color #867828: hue angle of 51.06º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #867828 is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB13412040-
CMYK00.100.700.47
HSL51.06º54.02%34.12%-
HSV(B)51.06º70.15%52.55%-
XYZ16.9318.654.72-
YUV115.0785.64141.5-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.58%
GREEN value IS 120 (47.27% from 255) = 40.82%
BLUE value IS 40 (16.02% from 255) = 13.61%
R=45.58%
G=40.82%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341204000.100.700.4751.0654.0234.12
Hex8678280A462F333622
Octal2061705001210657636642
Binary100001101111000101000010101000110101111110011110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867828; }

 p { color: rgb(134,120,40); }

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

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

 a { background-color: rgb(134,120,40); }

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

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

 span { border-color: rgb(134,120,40); }

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