#B75553

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

Shades of Fuzzy Wuzzy Brown #B75553

Tints of Fuzzy Wuzzy Brown #B75553

Color information

#B75553 (or 0xB75553) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B7, 55 and 53. RGB value is (183,85,83). Sum of RGB (Red+Green+Blue) = 183+85+83=351 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.14% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 83 (32.81% from 255 or 23.65% from 351); Max value from RGB is 183 - color contains mainly: red. Hex color #B75553 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75553 is #48AAAC. Grayscale: #727272. Windows color (decimal): -4762285 or 5461431. OLE color: 5461431.

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

Color convert

RGB1838583-
CMYK00.540.550.28
HSL1.2º40.98%52.16%-
HSV(B)1.2º54.64%71.76%-
XYZ24.3417.1910.22-
YUV114.07110.47177.16-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.14%
GREEN value IS 85 (33.59% from 255) = 24.22%
BLUE value IS 83 (32.81% from 255) = 23.65%
R=52.14%
G=24.22%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183858300.540.550.281.240.9852.16
HexB75553036371C12934
Octal267125123066673415164
Binary10110111101010110100110110110110111111001101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75553; }

 p { color: rgb(183,85,83); }

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

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

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

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

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

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

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