#867572

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

Shades of Bazaar #867572

Tints of Bazaar #867572

Color information

#867572 (or 0x867572) is unknown color: approx Bazaar. HEX triplet: 86, 75 and 72. RGB value is (134,117,114). Sum of RGB (Red+Green+Blue) = 134+117+114=365 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.71% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 134 - color contains mainly: red. Hex color #867572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867572 is #798A8D. Grayscale: #797979. Windows color (decimal): -7965326 or 7501190. OLE color: 7501190.

HSL color Cylindrical-coordinate representation of color #867572: hue angle of 9º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #867572 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB134117114-
CMYK00.130.150.47
HSL8.06%48.63%-
HSV(B)14.93%52.55%-
XYZ19.2319.0118.57-
YUV121.74123.63136.74-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.71%
GREEN value IS 117 (46.09% from 255) = 32.05%
BLUE value IS 114 (44.92% from 255) = 31.23%
R=36.71%
G=32.05%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411711400.130.150.4798.0648.63
Hex8675720DF2F9831
Octal2061651620151757111061
Binary100001101110101111001001101111110111110011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867572; }

 p { color: rgb(134,117,114); }

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

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

 a { background-color: rgb(134,117,114); }

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

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

 span { border-color: rgb(134,117,114); }

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