#867B32

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

Shades of Pesto #867B32

Tints of Pesto #867B32

Color information

#867B32 (or 0x867B32) is unknown color: approx Pesto. HEX triplet: 86, 7B and 32. RGB value is (134,123,50). Sum of RGB (Red+Green+Blue) = 134+123+50=307 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.65% from 307); Green value is 123 (48.44% from 255 or 40.07% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 134 - color contains mainly: red. Hex color #867B32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867B32 is #7984CD. Grayscale: #767676. Windows color (decimal): -7963854 or 3308422. OLE color: 3308422.

HSL color Cylindrical-coordinate representation of color #867B32: hue angle of 52.14º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #867B32 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB13412350-
CMYK00.080.630.47
HSL52.14º45.65%36.08%-
HSV(B)52.14º62.69%52.55%-
XYZ17.4919.465.85-
YUV117.9789.64139.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.65%
GREEN value IS 123 (48.44% from 255) = 40.07%
BLUE value IS 50 (19.92% from 255) = 16.29%
R=43.65%
G=40.07%
B=16.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341235000.080.630.4752.1445.6536.08
Hex867B32083F2F342e24
Octal206173620107757645644
Binary10000110111101111001001000111111101111110100101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867B32; }

 p { color: rgb(134,123,50); }

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

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

 a { background-color: rgb(134,123,50); }

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

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

 span { border-color: rgb(134,123,50); }

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