#B75D5D

Color #B75D5D Fuzzy Wuzzy Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuzzy Wuzzy Brown #B75D5D

Tints of Fuzzy Wuzzy Brown #B75D5D

Color information

#B75D5D (or 0xB75D5D) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B7, 5D and 5D. RGB value is (183,93,93). Sum of RGB (Red+Green+Blue) = 183+93+93=369 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.59% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 183 - color contains mainly: red. Hex color #B75D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75D5D is #48A2A2. Grayscale: #787878. Windows color (decimal): -4760227 or 6118839. OLE color: 6118839.

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

Color convert

RGB1839393-
CMYK00.490.490.28
HSL38.46%54.12%-
HSV(B)49.18%71.76%-
XYZ25.4218.6912.62-
YUV119.91112.82173-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.59%
GREEN value IS 93 (36.72% from 255) = 25.20%
BLUE value IS 93 (36.72% from 255) = 25.20%
R=49.59%
G=25.20%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183939300.490.490.28038.4654.12
HexB75D5D031311C02636
Octal267135135061613404666
Binary10110111101110110111010110001110001111000100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75D5D; }

 p { color: rgb(183,93,93); }

 H1.HeaderClassName
 {
   color: #B75D5D;
 }
 .AnyTagClassName
 {
   color: #B75D5D;
 }
</style>
background-color css

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

 a { background-color: rgb(183,93,93); }

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

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

 span { border-color: rgb(183,93,93); }

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