#867934

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

Shades of Pesto #867934

Tints of Pesto #867934

Color information

#867934 (or 0x867934) is unknown color: approx Pesto. HEX triplet: 86, 79 and 34. RGB value is (134,121,52). Sum of RGB (Red+Green+Blue) = 134+121+52=307 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.65% from 307); Green value is 121 (47.66% from 255 or 39.41% from 307); Blue value is 52 (20.70% from 255 or 16.94% from 307); Max value from RGB is 134 - color contains mainly: red. Hex color #867934 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867934 is #7986CB. Grayscale: #757575. Windows color (decimal): -7964364 or 3438982. OLE color: 3438982.

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

Color convert

RGB13412152-
CMYK00.100.610.47
HSL50.49º44.09%36.47%-
HSV(B)50.49º61.19%52.55%-
XYZ17.2918.996-
YUV117.0291.31140.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.65%
GREEN value IS 121 (47.66% from 255) = 39.41%
BLUE value IS 52 (20.70% from 255) = 16.94%
R=43.65%
G=39.41%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341215200.100.610.4750.4944.0936.47
Hex8679340A3D2F322c24
Octal206171640127557625444
Binary10000110111100111010001010111101101111110010101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867934; }

 p { color: rgb(134,121,52); }

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

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

 a { background-color: rgb(134,121,52); }

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

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

 span { border-color: rgb(134,121,52); }

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