#C9514F

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

Shades of Fuzzy Wuzzy Brown #C9514F

Tints of Fuzzy Wuzzy Brown #C9514F

Color information

#C9514F (or 0xC9514F) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C9, 51 and 4F. RGB value is (201,81,79). Sum of RGB (Red+Green+Blue) = 201+81+79=361 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.68% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 79 (31.25% from 255 or 21.88% from 361); Max value from RGB is 201 - color contains mainly: red. Hex color #C9514F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9514F is #36AEB0. Grayscale: #747474. Windows color (decimal): -3583665 or 5198281. OLE color: 5198281.

HSL color Cylindrical-coordinate representation of color #C9514F: hue angle of 0.98º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C9514F is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB2018179-
CMYK00.600.610.21
HSL0.98º53.04%54.9%-
HSV(B)0.98º60.7%78.82%-
XYZ28.4418.879.54-
YUV116.65106.76188.16-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 55.68%
GREEN value IS 81 (32.03% from 255) = 22.44%
BLUE value IS 79 (31.25% from 255) = 21.88%
R=55.68%
G=22.44%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201817900.600.610.210.9853.0454.9
HexC9514F03C3D1513537
Octal311121117074752516567
Binary11001001101000110011110111100111101101011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9514F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9514F; }

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

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

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

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

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

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

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

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