Shades of Fuzzy Wuzzy Brown #C7524F
Tints of Fuzzy Wuzzy Brown #C7524F
RGB
CMYK
RGB Variations
Color information
#C7524F (or 0xC7524F) is known color: Fuzzy Wuzzy Brown. HEX triplet: C7, 52 and 4F. RGB value is (199,82,79). Sum of RGB (Red+Green+Blue) = 199+82+79=360 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.28% from 360); Green value is 82 (32.42% from 255 or 22.78% from 360); Blue value is 79 (31.25% from 255 or 21.94% from 360); Max value from RGB is 199 - color contains mainly: red. Hex color #C7524F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7524F is #38ADB0. Grayscale: #747474. Windows color (decimal): -3714481 or 5198535. OLE color: 5198535.
HSL color Cylindrical-coordinate representation of color #C7524F: hue angle of 1.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C7524F is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 82 | 79 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.22 |
| HSL | 1.5º | 0.52% | 0.55% | - |
| HSV(B) | 1.5º | 0.6% | 0.78% | - |
| XYZ | 27.98 | 18.74 | 9.54 | - |
| YUV | 116.64 | 106.76 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 82 | 79 | 0 | 0.59 | 0.60 | 0.22 | 1.5 | 0.52 | 0.55 |
| Hex | C7 | 52 | 4F | 0 | 3B | 3C | 16 | 2 | 34 | 37 |
| Octal | 307 | 122 | 117 | 0 | 73 | 74 | 26 | 2 | 64 | 67 |
| Binary | 11000111 | 1010010 | 1001111 | 0 | 111011 | 111100 | 10110 | 10 | 110100 | 110111 |
Color Harmonies of #C7524F
Complementary color
Monochromatic Colors of #C7524F
Black with #C7524F
Text Example
Text Example
White with #C7524F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7524F; }
p { color: rgb(199,82,79); }
H1.HeaderClassName
{
color: #C7524F;
}
.AnyTagClassName
{
color: #C7524F;
}
</style>
background-color css
<style>
a { background-color: #C7524F; }
a { background-color: rgb(199,82,79); }
div.DivClassName
{
background-color: #C7524F;
}
.BgClassName
{
background-color: #C7524F;
}
</style>
border-color css
<style>
span { border-color: #C7524F; }
span { border-color: rgb(199,82,79); }
td.TdClassName
{
border-color: #C7524F;
}
.TagClassName
{
border-color: #C7524F;
}
</style>