#C8534F

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

Shades of Fuzzy Wuzzy Brown #C8534F

Tints of Fuzzy Wuzzy Brown #C8534F

Color information

#C8534F (or 0xC8534F) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C8, 53 and 4F. RGB value is (200,83,79). Sum of RGB (Red+Green+Blue) = 200+83+79=362 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.25% from 362); Green value is 83 (32.81% from 255 or 22.93% from 362); Blue value is 79 (31.25% from 255 or 21.82% from 362); Max value from RGB is 200 - color contains mainly: red. Hex color #C8534F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8534F is #37ACB0. Grayscale: #757575. Windows color (decimal): -3648689 or 5198792. OLE color: 5198792.

HSL color Cylindrical-coordinate representation of color #C8534F: hue angle of 1.98º 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 #C8534F is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB2008379-
CMYK00.580.600.22
HSL1.98º52.38%54.71%-
HSV(B)1.98º60.5%78.43%-
XYZ28.3219.039.58-
YUV117.53106.26186.83-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 55.25%
GREEN value IS 83 (32.81% from 255) = 22.93%
BLUE value IS 79 (31.25% from 255) = 21.82%
R=55.25%
G=22.93%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200837900.580.600.221.9852.3854.71
HexC8534F03A3C1623437
Octal310123117072742626467
Binary110010001010011100111101110101111001011010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8534F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8534F; }

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

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

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

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

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

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

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

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