#C35959

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

Shades of Fuzzy Wuzzy Brown #C35959

Tints of Fuzzy Wuzzy Brown #C35959

Color information

#C35959 (or 0xC35959) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C3, 59 and 59. RGB value is (195,89,89). Sum of RGB (Red+Green+Blue) = 195+89+89=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 89 (35.16% from 255 or 23.86% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C35959 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35959 is #3CA6A6. Grayscale: #787878. Windows color (decimal): -3974823 or 5855683. OLE color: 5855683.

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

Color convert

RGB1958989-
CMYK00.540.540.24
HSL46.9%55.69%-
HSV(B)54.36%76.47%-
XYZ27.8819.4711.74-
YUV120.69110.12181-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.28%
GREEN value IS 89 (35.16% from 255) = 23.86%
BLUE value IS 89 (35.16% from 255) = 23.86%
R=52.28%
G=23.86%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195898900.540.540.24046.955.69
HexC35959036361802f38
Octal303131131066663005770
Binary11000011101100110110010110110110110110000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35959; }

 p { color: rgb(195,89,89); }

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

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

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

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

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

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

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