#C55951

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

Shades of Fuzzy Wuzzy Brown #C55951

Tints of Fuzzy Wuzzy Brown #C55951

Color information

#C55951 (or 0xC55951) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C5, 59 and 51. RGB value is (197,89,81). Sum of RGB (Red+Green+Blue) = 197+89+81=367 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.68% from 367); Green value is 89 (35.16% from 255 or 24.25% from 367); Blue value is 81 (32.03% from 255 or 22.07% from 367); Max value from RGB is 197 - color contains mainly: red. Hex color #C55951 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55951 is #3AA6AE. Grayscale: #787878. Windows color (decimal): -3843759 or 5331397. OLE color: 5331397.

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

Color convert

RGB1978981-
CMYK00.550.590.23
HSL4.14º50%54.51%-
HSV(B)4.14º58.88%77.25%-
XYZ28.0819.6110.09-
YUV120.38105.78182.65-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 53.68%
GREEN value IS 89 (35.16% from 255) = 24.25%
BLUE value IS 81 (32.03% from 255) = 22.07%
R=53.68%
G=24.25%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.59
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197898100.550.590.234.145054.51
HexC559510373B1743237
Octal305131121067732746267
Binary1100010110110011010001011011111101110111100110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55951; }

 p { color: rgb(197,89,81); }

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

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

 a { background-color: rgb(197,89,81); }

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

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

 span { border-color: rgb(197,89,81); }

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