Html Css Color HEX #947571 Bazaar

📋 copy color: '#947571'

red 148 ◦ green 117 ◦ blue 113

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

Shades of Bazaar #947571

Tints of Bazaar #947571

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.95%

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

R = 39.15%
G = 30.95%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#947571 (or 0x947571) is known color: Bazaar. HEX triplet: 94, 75 and 71. RGB value is (148,117,113). Sum of RGB (Red+Green+Blue) = 148+117+113=378 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.15% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 113 (44.53% from 255 or 29.89% from 378); Max value from RGB is 148 - color contains mainly: red. Hex color #947571 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947571 is #6B8A8E. Grayscale: #7D7D7D. Windows color (decimal): -7047823 or 7435668. OLE color: 7435668.

HSL color Cylindrical-coordinate representation of color #947571: hue angle of 6.86º 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 #947571 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 117 113 -
CMYK 0 0.21 0.24 0.42
HSL 6.86º 0.14% 0.51% -
HSV(B) 6.86º 0.24% 0.58% -
XYZ 21.55 20.21 18.39 -
YUV 125.81 120.77 143.83 -
System Red Green Blue C M Y K H S L
Decimal 148 117 113 0 0.21 0.24 0.42 6.86 0.14 0.51
Hex 94 75 71 0 15 18 2A 7 E 33
Octal 224 165 161 0 25 30 52 7 16 63
Binary 10010100 1110101 1110001 0 10101 11000 101010 111 1110 110011

Color Harmonies of #947571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947571

Black with #947571

Text Example


Text Example

White with #947571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947571; }

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

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

background-color css

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

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

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

border-color css

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

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

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