#C75554

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

Shades of Fuzzy Wuzzy Brown #C75554

Tints of Fuzzy Wuzzy Brown #C75554

Color information

#C75554 (or 0xC75554) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C7, 55 and 54. RGB value is (199,85,84). Sum of RGB (Red+Green+Blue) = 199+85+84=368 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.08% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 84 (33.20% from 255 or 22.83% from 368); Max value from RGB is 199 - color contains mainly: red. Hex color #C75554 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75554 is #38AAAB. Grayscale: #777777. Windows color (decimal): -3713708 or 5526983. OLE color: 5526983.

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

Color convert

RGB1998584-
CMYK00.570.580.22
HSL0.52º50.66%55.49%-
HSV(B)0.52º57.79%78.04%-
XYZ28.419.2810.61-
YUV118.97108.27185.08-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 54.08%
GREEN value IS 85 (33.59% from 255) = 23.10%
BLUE value IS 84 (33.20% from 255) = 22.83%
R=54.08%
G=23.10%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199858400.570.580.220.5250.6655.49
HexC755540393A1613337
Octal307125124071722616367
Binary11000111101010110101000111001111010101101110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75554; }

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

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

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

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

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

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

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

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