#C5514F

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

Shades of Fuzzy Wuzzy Brown #C5514F

Tints of Fuzzy Wuzzy Brown #C5514F

Color information

#C5514F (or 0xC5514F) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C5, 51 and 4F. RGB value is (197,81,79). Sum of RGB (Red+Green+Blue) = 197+81+79=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 79 (31.25% from 255 or 22.13% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C5514F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5514F is #3AAEB0. Grayscale: #737373. Windows color (decimal): -3845809 or 5198277. OLE color: 5198277.

HSL color Cylindrical-coordinate representation of color #C5514F: hue angle of 1.02º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C5514F is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB1978179-
CMYK00.590.600.23
HSL1.02º50.43%54.12%-
HSV(B)1.02º59.9%77.25%-
XYZ27.3818.329.49-
YUV115.46107.43186.16-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 55.18%
GREEN value IS 81 (32.03% from 255) = 22.69%
BLUE value IS 79 (31.25% from 255) = 22.13%
R=55.18%
G=22.69%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197817900.590.600.231.0250.4354.12
HexC5514F03B3C1713236
Octal305121117073742716266
Binary11000101101000110011110111011111100101111110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5514F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5514F; }

 p { color: rgb(197,81,79); }

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

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

 a { background-color: rgb(197,81,79); }

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

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

 span { border-color: rgb(197,81,79); }

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