#907471

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

Shades of Bazaar #907471

Tints of Bazaar #907471

Color information

#907471 (or 0x907471) is unknown color: approx Bazaar. HEX triplet: 90, 74 and 71. RGB value is (144,116,113). Sum of RGB (Red+Green+Blue) = 144+116+113=373 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.61% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 144 - color contains mainly: red. Hex color #907471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907471 is #6F8B8E. Grayscale: #7C7C7C. Windows color (decimal): -7310223 or 7435408. OLE color: 7435408.

HSL color Cylindrical-coordinate representation of color #907471: hue angle of 5.81º degrees, saturation: 0.12, 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 #907471 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB144116113-
CMYK00.190.220.44
HSL5.81º12.25%50.39%-
HSV(B)5.81º21.53%56.47%-
XYZ20.7319.6118.32-
YUV124.03121.78142.24-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.61%
GREEN value IS 116 (45.70% from 255) = 31.10%
BLUE value IS 113 (44.53% from 255) = 30.29%
R=38.61%
G=31.10%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411611300.190.220.445.8112.2550.39
Hex907471013162C6c32
Octal220164161023265461462
Binary1001000011101001110001010011101101011001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907471; }

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

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

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

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

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

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

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

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