#867821

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

Shades of Pesto #867821

Tints of Pesto #867821

Color information

#867821 (or 0x867821) is unknown color: approx Pesto. HEX triplet: 86, 78 and 21. RGB value is (134,120,33). Sum of RGB (Red+Green+Blue) = 134+120+33=287 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.69% from 287); Green value is 120 (47.27% from 255 or 41.81% from 287); Blue value is 33 (13.28% from 255 or 11.50% from 287); Max value from RGB is 134 - color contains mainly: red. Hex color #867821 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867821 is #7987DE. Grayscale: #727272. Windows color (decimal): -7964639 or 2193542. OLE color: 2193542.

HSL color Cylindrical-coordinate representation of color #867821: hue angle of 51.68º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #867821 is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB13412033-
CMYK00.100.750.47
HSL51.68º60.48%32.75%-
HSV(B)51.68º75.37%52.55%-
XYZ16.8218.614.14-
YUV114.2782.14142.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.69%
GREEN value IS 120 (47.27% from 255) = 41.81%
BLUE value IS 33 (13.28% from 255) = 11.50%
R=46.69%
G=41.81%
B=11.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341203300.100.750.4751.6860.4832.75
Hex8678210A4B2F343c21
Octal2061704101211357647441
Binary100001101111000100001010101001011101111110100111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867821; }

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

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

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

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

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

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

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

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