#C35755

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

Shades of Fuzzy Wuzzy Brown #C35755

Tints of Fuzzy Wuzzy Brown #C35755

Color information

#C35755 (or 0xC35755) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C3, 57 and 55. RGB value is (195,87,85). Sum of RGB (Red+Green+Blue) = 195+87+85=367 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.13% from 367); Green value is 87 (34.38% from 255 or 23.71% from 367); Blue value is 85 (33.59% from 255 or 23.16% from 367); Max value from RGB is 195 - color contains mainly: red. Hex color #C35755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35755 is #3CA8AA. Grayscale: #777777. Windows color (decimal): -3975339 or 5593027. OLE color: 5593027.

HSL color Cylindrical-coordinate representation of color #C35755: hue angle of 1.09º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C35755 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB1958785-
CMYK00.550.560.24
HSL1.09º47.83%54.9%-
HSV(B)1.09º56.41%76.47%-
XYZ27.5519.0710.82-
YUV119.06108.78182.16-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 53.13%
GREEN value IS 87 (34.38% from 255) = 23.71%
BLUE value IS 85 (33.59% from 255) = 23.16%
R=53.13%
G=23.71%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195878500.550.560.241.0947.8354.9
HexC35755037381813037
Octal303127125067703016067
Binary11000011101011110101010110111111000110001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35755; }

 p { color: rgb(195,87,85); }

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

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

 a { background-color: rgb(195,87,85); }

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

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

 span { border-color: rgb(195,87,85); }

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