#C35B55

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

Shades of Fuzzy Wuzzy Brown #C35B55

Tints of Fuzzy Wuzzy Brown #C35B55

Color information

#C35B55 (or 0xC35B55) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C3, 5B and 55. RGB value is (195,91,85). Sum of RGB (Red+Green+Blue) = 195+91+85=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 91 (35.94% from 255 or 24.53% from 371); Blue value is 85 (33.59% from 255 or 22.91% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C35B55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35B55 is #3CA4AA. Grayscale: #797979. Windows color (decimal): -3974315 or 5594051. OLE color: 5594051.

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

Color convert

RGB1959185-
CMYK00.530.560.24
HSL3.27º47.83%54.9%-
HSV(B)3.27º56.41%76.47%-
XYZ27.8919.7410.93-
YUV121.41107.46180.49-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.56%
GREEN value IS 91 (35.94% from 255) = 24.53%
BLUE value IS 85 (33.59% from 255) = 22.91%
R=52.56%
G=24.53%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195918500.530.560.243.2747.8354.9
HexC35B55035381833037
Octal303133125065703036067
Binary110000111011011101010101101011110001100011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35B55; }

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

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

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

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

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

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

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

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