Html Css Color HEX #947371 Bazaar

📋 copy color: '#947371'

red 148 ◦ green 115 ◦ blue 113

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

Shades of Bazaar #947371

Tints of Bazaar #947371

RGB

 RED value IS 148 (58.2% from 255) = 39.36%

 GREEN value IS 115 (45.31% from 255) = 30.59%

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

R = 39.36%
G = 30.59%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#947371 (or 0x947371) is known color: Bazaar. HEX triplet: 94, 73 and 71. RGB value is (148,115,113). Sum of RGB (Red+Green+Blue) = 148+115+113=376 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.36% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 148 - color contains mainly: red. Hex color #947371 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947371 is #6B8C8E. Grayscale: #7C7C7C. Windows color (decimal): -7048335 or 7435156. OLE color: 7435156.

HSL color Cylindrical-coordinate representation of color #947371: hue angle of 3.43º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #947371 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 115 113 -
CMYK 0 0.22 0.24 0.42
HSL 3.43º 0.14% 0.51% -
HSV(B) 3.43º 0.24% 0.58% -
XYZ 21.32 19.75 18.31 -
YUV 124.64 121.43 144.66 -
System Red Green Blue C M Y K H S L
Decimal 148 115 113 0 0.22 0.24 0.42 3.43 0.14 0.51
Hex 94 73 71 0 16 18 2A 3 E 33
Octal 224 163 161 0 26 30 52 3 16 63
Binary 10010100 1110011 1110001 0 10110 11000 101010 11 1110 110011

Color Harmonies of #947371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947371

Black with #947371

Text Example


Text Example

White with #947371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947371; }

 p { color: rgb(148,115,113); }

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

background-color css

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

 a { background-color: rgb(148,115,113); }

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

border-color css

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

 span { border-color: rgb(148,115,113); }

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