#C85754

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

Shades of Fuzzy Wuzzy Brown #C85754

Tints of Fuzzy Wuzzy Brown #C85754

Color information

#C85754 (or 0xC85754) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C8, 57 and 54. RGB value is (200,87,84). Sum of RGB (Red+Green+Blue) = 200+87+84=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 84 (33.20% from 255 or 22.64% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C85754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85754 is #37A8AB. Grayscale: #787878. Windows color (decimal): -3647660 or 5527496. OLE color: 5527496.

HSL color Cylindrical-coordinate representation of color #C85754: hue angle of 1.55º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C85754 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB2008784-
CMYK00.560.580.22
HSL1.55º51.33%55.69%-
HSV(B)1.55º58%78.43%-
XYZ28.8319.7410.68-
YUV120.44107.44184.74-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.91%
GREEN value IS 87 (34.38% from 255) = 23.45%
BLUE value IS 84 (33.20% from 255) = 22.64%
R=53.91%
G=23.45%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200878400.560.580.221.5551.3355.69
HexC857540383A1623338
Octal310127124070722626370
Binary110010001010111101010001110001110101011010110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85754; }

 p { color: rgb(200,87,84); }

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

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

 a { background-color: rgb(200,87,84); }

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

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

 span { border-color: rgb(200,87,84); }

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