#C45956

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

Shades of Fuzzy Wuzzy Brown #C45956

Tints of Fuzzy Wuzzy Brown #C45956

Color information

#C45956 (or 0xC45956) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C4, 59 and 56. RGB value is (196,89,86). Sum of RGB (Red+Green+Blue) = 196+89+86=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 86 (33.98% from 255 or 23.18% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C45956 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45956 is #3BA6A9. Grayscale: #787878. Windows color (decimal): -3909290 or 5659076. OLE color: 5659076.

HSL color Cylindrical-coordinate representation of color #C45956: hue angle of 1.64º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C45956 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB1968986-
CMYK00.550.560.23
HSL1.64º48.25%55.29%-
HSV(B)1.64º56.12%76.86%-
XYZ28.0219.5511.1-
YUV120.65108.45181.74-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.83%
GREEN value IS 89 (35.16% from 255) = 23.99%
BLUE value IS 86 (33.98% from 255) = 23.18%
R=52.83%
G=23.99%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196898600.550.560.231.6448.2555.29
HexC45956037381723037
Octal304131126067702726067
Binary110001001011001101011001101111110001011110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45956; }

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

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

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

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

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

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

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

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