#C35A57

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

Shades of Fuzzy Wuzzy Brown #C35A57

Tints of Fuzzy Wuzzy Brown #C35A57

Color information

#C35A57 (or 0xC35A57) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C3, 5A and 57. RGB value is (195,90,87). Sum of RGB (Red+Green+Blue) = 195+90+87=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 87 (34.38% from 255 or 23.39% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C35A57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35A57 is #3CA5A8. Grayscale: #797979. Windows color (decimal): -3974569 or 5724867. OLE color: 5724867.

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

Color convert

RGB1959087-
CMYK00.540.550.24
HSL1.67º47.37%55.29%-
HSV(B)1.67º55.38%76.47%-
XYZ27.8819.611.33-
YUV121.05108.79180.74-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.42%
GREEN value IS 90 (35.55% from 255) = 24.19%
BLUE value IS 87 (34.38% from 255) = 23.39%
R=52.42%
G=24.19%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195908700.540.550.241.6747.3755.29
HexC35A57036371822f37
Octal303132127066673025767
Binary110000111011010101011101101101101111100010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35A57; }

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

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

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

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

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

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

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

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