Shades of Fuzzy Wuzzy Brown #C7534F
Tints of Fuzzy Wuzzy Brown #C7534F
RGB
CMYK
RGB Variations
Color information
#C7534F (or 0xC7534F) is known color: Fuzzy Wuzzy Brown. HEX triplet: C7, 53 and 4F. RGB value is (199,83,79). Sum of RGB (Red+Green+Blue) = 199+83+79=361 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.12% from 361); Green value is 83 (32.81% from 255 or 22.99% from 361); Blue value is 79 (31.25% from 255 or 21.88% from 361); Max value from RGB is 199 - color contains mainly: red. Hex color #C7534F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7534F is #38ACB0. Grayscale: #757575. Windows color (decimal): -3714225 or 5198791. OLE color: 5198791.
HSL color Cylindrical-coordinate representation of color #C7534F: hue angle of 2º 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 #C7534F is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 83 | 79 | - |
| CMYK | 0 | 0.58 | 0.60 | 0.22 |
| HSL | 2º | 0.52% | 0.55% | - |
| HSV(B) | 2º | 0.6% | 0.78% | - |
| XYZ | 28.06 | 18.89 | 9.57 | - |
| YUV | 117.23 | 106.43 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 79 | 0 | 0.58 | 0.60 | 0.22 | 2 | 0.52 | 0.55 |
| Hex | C7 | 53 | 4F | 0 | 3A | 3C | 16 | 2 | 34 | 37 |
| Octal | 307 | 123 | 117 | 0 | 72 | 74 | 26 | 2 | 64 | 67 |
| Binary | 11000111 | 1010011 | 1001111 | 0 | 111010 | 111100 | 10110 | 10 | 110100 | 110111 |
Color Harmonies of #C7534F
Complementary color
Monochromatic Colors of #C7534F
Black with #C7534F
Text Example
Text Example
White with #C7534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7534F; }
p { color: rgb(199,83,79); }
H1.HeaderClassName
{
color: #C7534F;
}
.AnyTagClassName
{
color: #C7534F;
}
</style>
background-color css
<style>
a { background-color: #C7534F; }
a { background-color: rgb(199,83,79); }
div.DivClassName
{
background-color: #C7534F;
}
.BgClassName
{
background-color: #C7534F;
}
</style>
border-color css
<style>
span { border-color: #C7534F; }
span { border-color: rgb(199,83,79); }
td.TdClassName
{
border-color: #C7534F;
}
.TagClassName
{
border-color: #C7534F;
}
</style>