#907170

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

Shades of Bazaar #907170

Tints of Bazaar #907170

Color information

#907170 (or 0x907170) is unknown color: approx Bazaar. HEX triplet: 90, 71 and 70. RGB value is (144,113,112). Sum of RGB (Red+Green+Blue) = 144+113+112=369 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.02% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 144 - color contains mainly: red. Hex color #907170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907170 is #6F8E8F. Grayscale: #7A7A7A. Windows color (decimal): -7310992 or 7369104. OLE color: 7369104.

HSL color Cylindrical-coordinate representation of color #907170: hue angle of 1.88º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #907170 is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB144113112-
CMYK00.220.220.44
HSL1.88º12.6%50.2%-
HSV(B)1.88º22.22%56.47%-
XYZ20.3318.9117.91-
YUV122.16122.27143.58-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.02%
GREEN value IS 113 (44.53% from 255) = 30.62%
BLUE value IS 112 (44.14% from 255) = 30.35%
R=39.02%
G=30.62%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411311200.220.220.441.8812.650.2
Hex907170016162C2d32
Octal220161160026265421562
Binary100100001110001111000001011010110101100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907170; }

 p { color: rgb(144,113,112); }

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

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

 a { background-color: rgb(144,113,112); }

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

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

 span { border-color: rgb(144,113,112); }

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