Html Css Color HEX #917471 Bazaar

📋 copy color: '#917471'

red 145 ◦ green 116 ◦ blue 113

#917471
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bazaar #917471

Tints of Bazaar #917471

RGB

 RED value IS 145 (57.03% from 255) = 38.77%

 GREEN value IS 116 (45.7% from 255) = 31.02%

 BLUE value IS 113 (44.53% from 255) = 30.21%

R = 38.77%
G = 31.02%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#917471 (or 0x917471) is known color: Bazaar. HEX triplet: 91, 74 and 71. RGB value is (145,116,113). Sum of RGB (Red+Green+Blue) = 145+116+113=374 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.77% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 113 (44.53% from 255 or 30.21% from 374); Max value from RGB is 145 - color contains mainly: red. Hex color #917471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917471 is #6E8B8E. Grayscale: #7C7C7C. Windows color (decimal): -7244687 or 7435409. OLE color: 7435409.

HSL color Cylindrical-coordinate representation of color #917471: hue angle of 5.62º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #917471 is Cyan = 0, Magento = 0.2, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 116 113 -
CMYK 0 0.2 0.22 0.43
HSL 5.63º 0.13% 0.51% -
HSV(B) 5.63º 0.22% 0.57% -
XYZ 20.9 19.7 18.32 -
YUV 124.33 121.61 142.74 -
System Red Green Blue C M Y K H S L
Decimal 145 116 113 0 0.2 0.22 0.43 5.63 0.13 0.51
Hex 91 74 71 0 14 16 2B 6 D 33
Octal 221 164 161 0 24 26 53 6 15 63
Binary 10010001 1110100 1110001 0 10100 10110 101011 110 1101 110011

Color Harmonies of #917471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917471

Black with #917471

Text Example


Text Example

White with #917471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917471; }

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

 H1.HeaderClassName
 {
   color: #917471;
 }
 .AnyTagClassName
 {
   color: #917471;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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