#867B35

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

Shades of Pesto #867B35

Tints of Pesto #867B35

Color information

#867B35 (or 0x867B35) is unknown color: approx Pesto. HEX triplet: 86, 7B and 35. RGB value is (134,123,53). Sum of RGB (Red+Green+Blue) = 134+123+53=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 123 (48.44% from 255 or 39.68% from 310); Blue value is 53 (21.09% from 255 or 17.10% from 310); Max value from RGB is 134 - color contains mainly: red. Hex color #867B35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867B35 is #7984CA. Grayscale: #767676. Windows color (decimal): -7963851 or 3505030. OLE color: 3505030.

HSL color Cylindrical-coordinate representation of color #867B35: hue angle of 51.85º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #867B35 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB13412353-
CMYK00.080.600.47
HSL51.85º43.32%36.67%-
HSV(B)51.85º60.45%52.55%-
XYZ17.5619.496.2-
YUV118.3191.14139.19-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.23%
GREEN value IS 123 (48.44% from 255) = 39.68%
BLUE value IS 53 (21.09% from 255) = 17.10%
R=43.23%
G=39.68%
B=17.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341235300.080.600.4751.8543.3236.67
Hex867B35083C2F342b25
Octal206173650107457645345
Binary10000110111101111010101000111100101111110100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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