Html Css Color HEX #837575 Bazaar

📋 copy color: '#837575'

red 131 ◦ green 117 ◦ blue 117

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

Shades of Bazaar #837575

Tints of Bazaar #837575

RGB

 RED value IS 131 (51.56% from 255) = 35.89%

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

 BLUE value IS 117 (46.09% from 255) = 32.05%

R = 35.89%
G = 32.05%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#837575 (or 0x837575) is known color: Bazaar. HEX triplet: 83, 75 and 75. RGB value is (131,117,117). Sum of RGB (Red+Green+Blue) = 131+117+117=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 131 - color contains mainly: red. Hex color #837575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837575 is #7C8A8A. Grayscale: #797979. Windows color (decimal): -8161931 or 7697795. OLE color: 7697795.

HSL color Cylindrical-coordinate representation of color #837575: hue angle of 0º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #837575 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 117 117 -
CMYK 0 0.11 0.11 0.49
HSL 0.06% 0.49% -
HSV(B) 0.11% 0.51% -
XYZ 18.93 18.83 19.47 -
YUV 121.19 125.64 135 -
System Red Green Blue C M Y K H S L
Decimal 131 117 117 0 0.11 0.11 0.49 0 0.06 0.49
Hex 83 75 75 0 B B 31 0 6 31
Octal 203 165 165 0 13 13 61 0 6 61
Binary 10000011 1110101 1110101 0 1011 1011 110001 0 110 110001

Color Harmonies of #837575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837575

Black with #837575

Text Example


Text Example

White with #837575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837575; }

 p { color: rgb(131,117,117); }

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

background-color css

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

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

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

border-color css

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

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

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