#C55554

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

Shades of Fuzzy Wuzzy Brown #C55554

Tints of Fuzzy Wuzzy Brown #C55554

Color information

#C55554 (or 0xC55554) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C5, 55 and 54. RGB value is (197,85,84). Sum of RGB (Red+Green+Blue) = 197+85+84=366 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.83% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 84 (33.20% from 255 or 22.95% from 366); Max value from RGB is 197 - color contains mainly: red. Hex color #C55554 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55554 is #3AAAAB. Grayscale: #767676. Windows color (decimal): -3844780 or 5526981. OLE color: 5526981.

HSL color Cylindrical-coordinate representation of color #C55554: hue angle of 0.53º 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 #C55554 is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB1978584-
CMYK00.570.570.23
HSL0.53º49.34%55.1%-
HSV(B)0.53º57.36%77.25%-
XYZ27.8719.0110.59-
YUV118.37108.61184.08-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 53.83%
GREEN value IS 85 (33.59% from 255) = 23.22%
BLUE value IS 84 (33.20% from 255) = 22.95%
R=53.83%
G=23.22%
B=22.95%

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
Decimal197858400.570.570.230.5349.3455.1
HexC55554039391713137
Octal305125124071712716167
Binary11000101101010110101000111001111001101111110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55554; }

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

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

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

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

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

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

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

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