#C55852

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

Shades of Fuzzy Wuzzy Brown #C55852

Tints of Fuzzy Wuzzy Brown #C55852

Color information

#C55852 (or 0xC55852) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C5, 58 and 52. RGB value is (197,88,82). Sum of RGB (Red+Green+Blue) = 197+88+82=367 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.68% from 367); Green value is 88 (34.77% from 255 or 23.98% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 197 - color contains mainly: red. Hex color #C55852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55852 is #3AA7AD. Grayscale: #787878. Windows color (decimal): -3844014 or 5396677. OLE color: 5396677.

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

Color convert

RGB1978882-
CMYK00.550.580.23
HSL3.13º49.78%54.71%-
HSV(B)3.13º58.38%77.25%-
XYZ28.0419.4610.26-
YUV119.91106.61182.99-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 53.68%
GREEN value IS 88 (34.77% from 255) = 23.98%
BLUE value IS 82 (32.42% from 255) = 22.34%
R=53.68%
G=23.98%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197888200.550.580.233.1349.7854.71
HexC558520373A1733237
Octal305130122067722736267
Binary110001011011000101001001101111110101011111110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55852; }

 p { color: rgb(197,88,82); }

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

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

 a { background-color: rgb(197,88,82); }

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

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

 span { border-color: rgb(197,88,82); }

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