#867A38

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

Shades of Pesto #867A38

Tints of Pesto #867A38

Color information

#867A38 (or 0x867A38) is unknown color: approx Pesto. HEX triplet: 86, 7A and 38. RGB value is (134,122,56). Sum of RGB (Red+Green+Blue) = 134+122+56=312 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.95% from 312); Green value is 122 (48.05% from 255 or 39.10% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 134 - color contains mainly: red. Hex color #867A38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867A38 is #7985C7. Grayscale: #767676. Windows color (decimal): -7964104 or 3701382. OLE color: 3701382.

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

Color convert

RGB13412256-
CMYK00.090.580.47
HSL50.77º41.05%37.25%-
HSV(B)50.77º58.21%52.55%-
XYZ17.519.276.54-
YUV118.0692.98139.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.95%
GREEN value IS 122 (48.05% from 255) = 39.10%
BLUE value IS 56 (22.27% from 255) = 17.95%
R=42.95%
G=39.10%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341225600.090.580.4750.7741.0537.25
Hex867A38093A2F332925
Octal206172700117257635145
Binary10000110111101011100001001111010101111110011101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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