Shades of Fuzzy Wuzzy Brown #C9534F
Tints of Fuzzy Wuzzy Brown #C9534F
RGB
CMYK
RGB Variations
Color information
#C9534F (or 0xC9534F) is known color: Fuzzy Wuzzy Brown. HEX triplet: C9, 53 and 4F. RGB value is (201,83,79). Sum of RGB (Red+Green+Blue) = 201+83+79=363 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.37% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 79 (31.25% from 255 or 21.76% from 363); Max value from RGB is 201 - color contains mainly: red. Hex color #C9534F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9534F is #36ACB0. Grayscale: #757575. Windows color (decimal): -3583153 or 5198793. OLE color: 5198793.
HSL color Cylindrical-coordinate representation of color #C9534F: hue angle of 1.97º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C9534F is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 83 | 79 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.21 |
| HSL | 1.97º | 0.53% | 0.55% | - |
| HSV(B) | 1.97º | 0.61% | 0.79% | - |
| XYZ | 28.59 | 19.17 | 9.59 | - |
| YUV | 117.83 | 106.09 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 83 | 79 | 0 | 0.59 | 0.61 | 0.21 | 1.97 | 0.53 | 0.55 |
| Hex | C9 | 53 | 4F | 0 | 3B | 3D | 15 | 2 | 35 | 37 |
| Octal | 311 | 123 | 117 | 0 | 73 | 75 | 25 | 2 | 65 | 67 |
| Binary | 11001001 | 1010011 | 1001111 | 0 | 111011 | 111101 | 10101 | 10 | 110101 | 110111 |
Color Harmonies of #C9534F
Complementary color
Monochromatic Colors of #C9534F
Black with #C9534F
Text Example
Text Example
White with #C9534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9534F; }
p { color: rgb(201,83,79); }
H1.HeaderClassName
{
color: #C9534F;
}
.AnyTagClassName
{
color: #C9534F;
}
</style>
background-color css
<style>
a { background-color: #C9534F; }
a { background-color: rgb(201,83,79); }
div.DivClassName
{
background-color: #C9534F;
}
.BgClassName
{
background-color: #C9534F;
}
</style>
border-color css
<style>
span { border-color: #C9534F; }
span { border-color: rgb(201,83,79); }
td.TdClassName
{
border-color: #C9534F;
}
.TagClassName
{
border-color: #C9534F;
}
</style>