#C55454

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

Shades of Fuzzy Wuzzy Brown #C55454

Tints of Fuzzy Wuzzy Brown #C55454

Color information

#C55454 (or 0xC55454) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C5, 54 and 54. RGB value is (197,84,84). Sum of RGB (Red+Green+Blue) = 197+84+84=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 84 (33.20% from 255 or 23.01% from 365); Blue value is 84 (33.20% from 255 or 23.01% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C55454 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55454 is #3AABAB. Grayscale: #757575. Windows color (decimal): -3845036 or 5526725. OLE color: 5526725.

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

Color convert

RGB1978484-
CMYK00.570.570.23
HSL49.34%55.1%-
HSV(B)57.36%77.25%-
XYZ27.818.8510.56-
YUV117.79108.94184.5-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 53.97%
GREEN value IS 84 (33.20% from 255) = 23.01%
BLUE value IS 84 (33.20% from 255) = 23.01%
R=53.97%
G=23.01%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197848400.570.570.23049.3455.1
HexC55454039391703137
Octal305124124071712706167
Binary11000101101010010101000111001111001101110110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55454; }

 p { color: rgb(197,84,84); }

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

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

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

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

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

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

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