#C75551

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

Shades of Fuzzy Wuzzy Brown #C75551

Tints of Fuzzy Wuzzy Brown #C75551

Color information

#C75551 (or 0xC75551) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C7, 55 and 51. RGB value is (199,85,81). Sum of RGB (Red+Green+Blue) = 199+85+81=365 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.52% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 81 (32.03% from 255 or 22.19% from 365); Max value from RGB is 199 - color contains mainly: red. Hex color #C75551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75551 is #38AAAE. Grayscale: #767676. Windows color (decimal): -3713711 or 5330375. OLE color: 5330375.

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

Color convert

RGB1998581-
CMYK00.570.590.22
HSL2.03º51.3%54.9%-
HSV(B)2.03º59.3%78.04%-
XYZ28.2919.2310.01-
YUV118.63106.77185.33-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 54.52%
GREEN value IS 85 (33.59% from 255) = 23.29%
BLUE value IS 81 (32.03% from 255) = 22.19%
R=54.52%
G=23.29%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199858100.570.590.222.0351.354.9
HexC755510393B1623337
Octal307125121071732626367
Binary110001111010101101000101110011110111011010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75551; }

 p { color: rgb(199,85,81); }

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

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

 a { background-color: rgb(199,85,81); }

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

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

 span { border-color: rgb(199,85,81); }

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