#867B2A

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

Shades of Pesto #867B2A

Tints of Pesto #867B2A

Color information

#867B2A (or 0x867B2A) is unknown color: approx Pesto. HEX triplet: 86, 7B and 2A. RGB value is (134,123,42). Sum of RGB (Red+Green+Blue) = 134+123+42=299 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.82% from 299); Green value is 123 (48.44% from 255 or 41.14% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 134 - color contains mainly: red. Hex color #867B2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867B2A is #7984D5. Grayscale: #757575. Windows color (decimal): -7963862 or 2784134. OLE color: 2784134.

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

Color convert

RGB13412342-
CMYK00.080.690.47
HSL52.83º52.27%34.51%-
HSV(B)52.83º68.66%52.55%-
XYZ17.3319.45.02-
YUV117.0685.64140.09-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.82%
GREEN value IS 123 (48.44% from 255) = 41.14%
BLUE value IS 42 (16.80% from 255) = 14.05%
R=44.82%
G=41.14%
B=14.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341234200.080.690.4752.8352.2734.51
Hex867B2A08452F353423
Octal2061735201010557656443
Binary100001101111011101010010001000101101111110101110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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