#867a1c

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

Shades of Pesto #867A1C

Tints of Pesto #867A1C

Color information

#867A1C (or 0x867A1C) is unknown color: approx Pesto. HEX triplet: 86, 7A and 1C. RGB value is (134,122,28). Sum of RGB (Red+Green+Blue) = 134+122+28=284 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.18% from 284); Green value is 122 (48.05% from 255 or 42.96% from 284); Blue value is 28 (11.33% from 255 or 9.86% from 284); Max value from RGB is 134 - color contains mainly: red. Hex color #867A1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867A1C is #7985E3. Grayscale: #737373. Windows color (decimal): -7964132 or 1866374. OLE color: 1866374.

HSL color Cylindrical-coordinate representation of color #867A1C: hue angle of 53.21º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #867A1C is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB13412228-
CMYK00.090.790.47
HSL53.21º65.43%31.76%-
HSV(B)53.21º79.1%52.55%-
XYZ1719.073.88-
YUV114.8778.98141.64-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.18%
GREEN value IS 122 (48.05% from 255) = 42.96%
BLUE value IS 28 (11.33% from 255) = 9.86%
R=47.18%
G=42.96%
B=9.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.79
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341222800.090.790.4753.2165.4331.76
Hex867A1C094F2F354120
Octal20617234011117576510140
Binary100001101111010111000100110011111011111101011000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867a1c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,122,28); }

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

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

 a { background-color: rgb(134,122,28); }

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

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

 span { border-color: rgb(134,122,28); }

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