#867B2D

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

Shades of Pesto #867B2D

Tints of Pesto #867B2D

Color information

#867B2D (or 0x867B2D) is unknown color: approx Pesto. HEX triplet: 86, 7B and 2D. RGB value is (134,123,45). Sum of RGB (Red+Green+Blue) = 134+123+45=302 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.37% from 302); Green value is 123 (48.44% from 255 or 40.73% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 134 - color contains mainly: red. Hex color #867B2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867B2D is #7984D2. Grayscale: #757575. Windows color (decimal): -7963859 or 2980742. OLE color: 2980742.

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

Color convert

RGB13412345-
CMYK00.080.660.47
HSL52.58º49.72%35.1%-
HSV(B)52.58º66.42%52.55%-
XYZ17.3919.425.32-
YUV117.487.14139.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.37%
GREEN value IS 123 (48.44% from 255) = 40.73%
BLUE value IS 45 (17.97% from 255) = 14.90%
R=44.37%
G=40.73%
B=14.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341234500.080.660.4752.5849.7235.1
Hex867B2D08422F353223
Octal2061735501010257656243
Binary100001101111011101101010001000010101111110101110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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