Html Css Color HEX #95736E Bazaar

📋 copy color: '#95736E'

red 149 ◦ green 115 ◦ blue 110

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

Shades of Bazaar #95736E

Tints of Bazaar #95736E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.41%

R = 39.84%
G = 30.75%
B = 29.41%

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

#95736E (or 0x95736E) is known color: Bazaar. HEX triplet: 95, 73 and 6E. RGB value is (149,115,110). Sum of RGB (Red+Green+Blue) = 149+115+110=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 149 - color contains mainly: red. Hex color #95736E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95736E is #6A8C91. Grayscale: #7C7C7C. Windows color (decimal): -6982802 or 7238549. OLE color: 7238549.

HSL color Cylindrical-coordinate representation of color #95736E: hue angle of 7.69º degrees, saturation: 0.16, 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 #95736E is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 115 110 -
CMYK 0 0.23 0.26 0.42
HSL 7.69º 0.16% 0.51% -
HSV(B) 7.69º 0.26% 0.58% -
XYZ 21.34 19.78 17.44 -
YUV 124.6 119.76 145.41 -
System Red Green Blue C M Y K H S L
Decimal 149 115 110 0 0.23 0.26 0.42 7.69 0.16 0.51
Hex 95 73 6E 0 17 1A 2A 8 10 33
Octal 225 163 156 0 27 32 52 10 20 63
Binary 10010101 1110011 1101110 0 10111 11010 101010 1000 10000 110011

Color Harmonies of #95736E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95736E

Black with #95736E

Text Example


Text Example

White with #95736E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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