#C4564F

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

Shades of Fuzzy Wuzzy Brown #C4564F

Tints of Fuzzy Wuzzy Brown #C4564F

Color information

#C4564F (or 0xC4564F) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C4, 56 and 4F. RGB value is (196,86,79). Sum of RGB (Red+Green+Blue) = 196+86+79=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 79 (31.25% from 255 or 21.88% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C4564F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4564F is #3BA9B0. Grayscale: #767676. Windows color (decimal): -3910065 or 5199556. OLE color: 5199556.

HSL color Cylindrical-coordinate representation of color #C4564F: hue angle of 3.59º 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 #C4564F is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB1968679-
CMYK00.560.600.23
HSL3.59º49.79%53.92%-
HSV(B)3.59º59.69%76.86%-
XYZ27.518.969.61-
YUV118.09105.94183.57-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 54.29%
GREEN value IS 86 (33.98% from 255) = 23.82%
BLUE value IS 79 (31.25% from 255) = 21.88%
R=54.29%
G=23.82%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196867900.560.600.233.5949.7953.92
HexC4564F0383C1743236
Octal304126117070742746266
Binary1100010010101101001111011100011110010111100110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4564F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4564F; }

 p { color: rgb(196,86,79); }

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

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

 a { background-color: rgb(196,86,79); }

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

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

 span { border-color: rgb(196,86,79); }

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