#C55752

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

Shades of Fuzzy Wuzzy Brown #C55752

Tints of Fuzzy Wuzzy Brown #C55752

Color information

#C55752 (or 0xC55752) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C5, 57 and 52. RGB value is (197,87,82). Sum of RGB (Red+Green+Blue) = 197+87+82=366 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.83% from 366); Green value is 87 (34.38% from 255 or 23.77% from 366); Blue value is 82 (32.42% from 255 or 22.40% from 366); Max value from RGB is 197 - color contains mainly: red. Hex color #C55752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55752 is #3AA8AD. Grayscale: #777777. Windows color (decimal): -3844270 or 5396421. OLE color: 5396421.

HSL color Cylindrical-coordinate representation of color #C55752: hue angle of 2.61º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C55752 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB1978782-
CMYK00.560.580.23
HSL2.61º49.78%54.71%-
HSV(B)2.61º58.38%77.25%-
XYZ27.9619.310.23-
YUV119.32106.94183.41-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 53.83%
GREEN value IS 87 (34.38% from 255) = 23.77%
BLUE value IS 82 (32.42% from 255) = 22.40%
R=53.83%
G=23.77%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197878200.560.580.232.6149.7854.71
HexC557520383A1733237
Octal305127122070722736267
Binary110001011010111101001001110001110101011111110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55752; }

 p { color: rgb(197,87,82); }

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

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

 a { background-color: rgb(197,87,82); }

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

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

 span { border-color: rgb(197,87,82); }

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