#C45554

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

Shades of Fuzzy Wuzzy Brown #C45554

Tints of Fuzzy Wuzzy Brown #C45554

Color information

#C45554 (or 0xC45554) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C4, 55 and 54. RGB value is (196,85,84). Sum of RGB (Red+Green+Blue) = 196+85+84=365 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.70% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 84 (33.20% from 255 or 23.01% from 365); Max value from RGB is 196 - color contains mainly: red. Hex color #C45554 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45554 is #3BAAAB. Grayscale: #767676. Windows color (decimal): -3910316 or 5526980. OLE color: 5526980.

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

Color convert

RGB1968584-
CMYK00.570.570.23
HSL0.54º48.7%54.9%-
HSV(B)0.54º57.14%76.86%-
XYZ27.6118.8710.57-
YUV118.07108.77183.58-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 53.70%
GREEN value IS 85 (33.59% from 255) = 23.29%
BLUE value IS 84 (33.20% from 255) = 23.01%
R=53.70%
G=23.29%
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
Decimal196858400.570.570.230.5448.754.9
HexC45554039391713137
Octal304125124071712716167
Binary11000100101010110101000111001111001101111110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45554; }

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

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

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

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

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

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

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

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