#C85952

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

Shades of Fuzzy Wuzzy Brown #C85952

Tints of Fuzzy Wuzzy Brown #C85952

Color information

#C85952 (or 0xC85952) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C8, 59 and 52. RGB value is (200,89,82). Sum of RGB (Red+Green+Blue) = 200+89+82=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C85952 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85952 is #37A6AD. Grayscale: #797979. Windows color (decimal): -3647150 or 5396936. OLE color: 5396936.

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

Color convert

RGB2008982-
CMYK00.560.590.22
HSL3.56º51.75%55.29%-
HSV(B)3.56º59%78.43%-
XYZ28.9120.0310.33-
YUV121.39105.77184.07-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.91%
GREEN value IS 89 (35.16% from 255) = 23.99%
BLUE value IS 82 (32.42% from 255) = 22.10%
R=53.91%
G=23.99%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200898200.560.590.223.5651.7555.29
HexC859520383B1643437
Octal310131122070732646467
Binary1100100010110011010010011100011101110110100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85952; }

 p { color: rgb(200,89,82); }

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

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

 a { background-color: rgb(200,89,82); }

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

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

 span { border-color: rgb(200,89,82); }

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