#C8524F

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

Shades of Fuzzy Wuzzy Brown #C8524F

Tints of Fuzzy Wuzzy Brown #C8524F

Color information

#C8524F (or 0xC8524F) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C8, 52 and 4F. RGB value is (200,82,79). Sum of RGB (Red+Green+Blue) = 200+82+79=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 79 (31.25% from 255 or 21.88% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C8524F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8524F is #37ADB0. Grayscale: #757575. Windows color (decimal): -3648945 or 5198536. OLE color: 5198536.

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

Color convert

RGB2008279-
CMYK00.590.600.22
HSL1.49º52.38%54.71%-
HSV(B)1.49º60.5%78.43%-
XYZ28.2518.889.55-
YUV116.94106.59187.24-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 55.40%
GREEN value IS 82 (32.42% from 255) = 22.71%
BLUE value IS 79 (31.25% from 255) = 21.88%
R=55.40%
G=22.71%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200827900.590.600.221.4952.3854.71
HexC8524F03B3C1613437
Octal310122117073742616467
Binary11001000101001010011110111011111100101101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8524F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8524F; }

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

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

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

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

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

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

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

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