#c35a53

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

Shades of Fuzzy Wuzzy Brown #C35A53

Tints of Fuzzy Wuzzy Brown #C35A53

Color information

#C35A53 (or 0xC35A53) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C3, 5A and 53. RGB value is (195,90,83). Sum of RGB (Red+Green+Blue) = 195+90+83=368 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.99% from 368); Green value is 90 (35.55% from 255 or 24.46% from 368); Blue value is 83 (32.81% from 255 or 22.55% from 368); Max value from RGB is 195 - color contains mainly: red. Hex color #C35A53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35A53 is #3CA5AC. Grayscale: #787878. Windows color (decimal): -3974573 or 5462723. OLE color: 5462723.

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

Color convert

RGB1959083-
CMYK00.540.570.24
HSL3.75º48.28%54.51%-
HSV(B)3.75º57.44%76.47%-
XYZ27.7219.5410.49-
YUV120.6106.79181.07-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.99%
GREEN value IS 90 (35.55% from 255) = 24.46%
BLUE value IS 83 (32.81% from 255) = 22.55%
R=52.99%
G=24.46%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195908300.540.570.243.7548.2854.51
HexC35A53036391843037
Octal303132123066713046067
Binary1100001110110101010011011011011100111000100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c35a53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c35a53; }

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

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

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

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

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

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

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

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