Html Css Color HEX #95736F Bazaar

📋 copy color: '#95736F'

red 149 ◦ green 115 ◦ blue 111

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

Shades of Bazaar #95736F

Tints of Bazaar #95736F

RGB

 RED value IS 149 (58.59% from 255) = 39.73%

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

 BLUE value IS 111 (43.75% from 255) = 29.6%

R = 39.73%
G = 30.67%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#95736F (or 0x95736F) is known color: Bazaar. HEX triplet: 95, 73 and 6F. RGB value is (149,115,111). Sum of RGB (Red+Green+Blue) = 149+115+111=375 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.73% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 149 - color contains mainly: red. Hex color #95736F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95736F is #6A8C90. Grayscale: #7C7C7C. Windows color (decimal): -6982801 or 7304085. OLE color: 7304085.

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

Color convert

RGB 149 115 111 -
CMYK 0 0.23 0.26 0.42
HSL 6.32º 0.15% 0.51% -
HSV(B) 6.32º 0.26% 0.58% -
XYZ 21.39 19.8 17.73 -
YUV 124.71 120.26 145.33 -
System Red Green Blue C M Y K H S L
Decimal 149 115 111 0 0.23 0.26 0.42 6.32 0.15 0.51
Hex 95 73 6F 0 17 1A 2A 6 F 33
Octal 225 163 157 0 27 32 52 6 17 63
Binary 10010101 1110011 1101111 0 10111 11010 101010 110 1111 110011

Color Harmonies of #95736F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95736F

Black with #95736F

Text Example


Text Example

White with #95736F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95736F; }

 p { color: rgb(149,115,111); }

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

background-color css

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

 a { background-color: rgb(149,115,111); }

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

border-color css

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

 span { border-color: rgb(149,115,111); }

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