#867B33

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

Shades of Pesto #867B33

Tints of Pesto #867B33

Color information

#867B33 (or 0x867B33) is unknown color: approx Pesto. HEX triplet: 86, 7B and 33. RGB value is (134,123,51). Sum of RGB (Red+Green+Blue) = 134+123+51=308 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.51% from 308); Green value is 123 (48.44% from 255 or 39.94% from 308); Blue value is 51 (20.31% from 255 or 16.56% from 308); Max value from RGB is 134 - color contains mainly: red. Hex color #867B33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867B33 is #7984CC. Grayscale: #767676. Windows color (decimal): -7963853 or 3373958. OLE color: 3373958.

HSL color Cylindrical-coordinate representation of color #867B33: hue angle of 52.05º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #867B33 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB13412351-
CMYK00.080.620.47
HSL52.05º44.86%36.27%-
HSV(B)52.05º61.94%52.55%-
XYZ17.5119.475.97-
YUV118.0890.14139.35-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.51%
GREEN value IS 123 (48.44% from 255) = 39.94%
BLUE value IS 51 (20.31% from 255) = 16.56%
R=43.51%
G=39.94%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341235100.080.620.4752.0544.8636.27
Hex867B33083E2F342d24
Octal206173630107657645544
Binary10000110111101111001101000111110101111110100101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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