Html Css Color HEX #94716D Bazaar

📋 copy color: '#94716D'

red 148 ◦ green 113 ◦ blue 109

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

Shades of Bazaar #94716D

Tints of Bazaar #94716D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.54%

 BLUE value IS 109 (42.97% from 255) = 29.46%

R = 40%
G = 30.54%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#94716D (or 0x94716D) is known color: Bazaar. HEX triplet: 94, 71 and 6D. RGB value is (148,113,109). Sum of RGB (Red+Green+Blue) = 148+113+109=370 (49% of max value = 765). Red value is 148 (58.20% from 255 or 40% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 148 - color contains mainly: red. Hex color #94716D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94716D is #6B8E92. Grayscale: #7B7B7B. Windows color (decimal): -7048851 or 7172500. OLE color: 7172500.

HSL color Cylindrical-coordinate representation of color #94716D: hue angle of 6.15º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94716D is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 113 109 -
CMYK 0 0.24 0.26 0.42
HSL 6.15º 0.15% 0.5% -
HSV(B) 6.15º 0.26% 0.58% -
XYZ 20.88 19.21 17.08 -
YUV 123.01 120.1 145.83 -
System Red Green Blue C M Y K H S L
Decimal 148 113 109 0 0.24 0.26 0.42 6.15 0.15 0.5
Hex 94 71 6D 0 18 1A 2A 6 F 32
Octal 224 161 155 0 30 32 52 6 17 62
Binary 10010100 1110001 1101101 0 11000 11010 101010 110 1111 110010

Color Harmonies of #94716D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94716D

Black with #94716D

Text Example


Text Example

White with #94716D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94716D; }

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

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

background-color css

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

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

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

border-color css

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

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

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