#857272

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

Shades of Bazaar #857272

Tints of Bazaar #857272

Color information

#857272 (or 0x857272) is unknown color: approx Bazaar. HEX triplet: 85, 72 and 72. RGB value is (133,114,114). Sum of RGB (Red+Green+Blue) = 133+114+114=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 133 - color contains mainly: red. Hex color #857272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857272 is #7A8D8D. Grayscale: #777777. Windows color (decimal): -8031630 or 7500421. OLE color: 7500421.

HSL color Cylindrical-coordinate representation of color #857272: hue angle of 0º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #857272 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB133114114-
CMYK00.140.140.48
HSL7.69%48.43%-
HSV(B)14.29%52.16%-
XYZ18.7318.2418.45-
YUV119.68124.79137.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.84%
GREEN value IS 114 (44.92% from 255) = 31.58%
BLUE value IS 114 (44.92% from 255) = 31.58%
R=36.84%
G=31.58%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311411400.140.140.4807.6948.43
Hex8572720EE300830
Octal205162162016166001060
Binary100001011110010111001001110111011000001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857272; }

 p { color: rgb(133,114,114); }

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

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

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

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

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

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

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