#C75754

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

Shades of Fuzzy Wuzzy Brown #C75754

Tints of Fuzzy Wuzzy Brown #C75754

Color information

#C75754 (or 0xC75754) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C7, 57 and 54. RGB value is (199,87,84). Sum of RGB (Red+Green+Blue) = 199+87+84=370 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.78% from 370); Green value is 87 (34.38% from 255 or 23.51% from 370); Blue value is 84 (33.20% from 255 or 22.70% from 370); Max value from RGB is 199 - color contains mainly: red. Hex color #C75754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75754 is #38A8AB. Grayscale: #787878. Windows color (decimal): -3713196 or 5527495. OLE color: 5527495.

HSL color Cylindrical-coordinate representation of color #C75754: hue angle of 1.57º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C75754 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB1998784-
CMYK00.560.580.22
HSL1.57º50.66%55.49%-
HSV(B)1.57º57.79%78.04%-
XYZ28.5619.610.67-
YUV120.15107.61184.24-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 53.78%
GREEN value IS 87 (34.38% from 255) = 23.51%
BLUE value IS 84 (33.20% from 255) = 22.70%
R=53.78%
G=23.51%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199878400.560.580.221.5750.6655.49
HexC757540383A1623337
Octal307127124070722626367
Binary110001111010111101010001110001110101011010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75754; }

 p { color: rgb(199,87,84); }

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

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

 a { background-color: rgb(199,87,84); }

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

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

 span { border-color: rgb(199,87,84); }

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