#867B28

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

Shades of Pesto #867B28

Tints of Pesto #867B28

Color information

#867B28 (or 0x867B28) is unknown color: approx Pesto. HEX triplet: 86, 7B and 28. RGB value is (134,123,40). Sum of RGB (Red+Green+Blue) = 134+123+40=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 123 (48.44% from 255 or 41.41% from 297); Blue value is 40 (16.02% from 255 or 13.47% from 297); Max value from RGB is 134 - color contains mainly: red. Hex color #867B28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867B28 is #7984D7. Grayscale: #757575. Windows color (decimal): -7963864 or 2653062. OLE color: 2653062.

HSL color Cylindrical-coordinate representation of color #867B28: hue angle of 52.98º 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 #867B28 is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB13412340-
CMYK00.080.700.47
HSL52.98º54.02%34.12%-
HSV(B)52.98º70.15%52.55%-
XYZ17.319.394.84-
YUV116.8384.64140.25-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.12%
GREEN value IS 123 (48.44% from 255) = 41.41%
BLUE value IS 40 (16.02% from 255) = 13.47%
R=45.12%
G=41.41%
B=13.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341234000.080.700.4752.9854.0234.12
Hex867B2808462F353622
Octal2061735001010657656642
Binary100001101111011101000010001000110101111110101110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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