Shades of Fuzzy Wuzzy Brown #C4584F
Tints of Fuzzy Wuzzy Brown #C4584F
RGB
CMYK
RGB Variations
Color information
#C4584F (or 0xC4584F) is known color: Fuzzy Wuzzy Brown. HEX triplet: C4, 58 and 4F. RGB value is (196,88,79). Sum of RGB (Red+Green+Blue) = 196+88+79=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 79 (31.25% from 255 or 21.76% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C4584F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4584F is #3BA7B0. Grayscale: #777777. Windows color (decimal): -3909553 or 5200068. OLE color: 5200068.
HSL color Cylindrical-coordinate representation of color #C4584F: hue angle of 4.62º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C4584F is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 88 | 79 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.23 |
| HSL | 4.62º | 0.5% | 0.54% | - |
| HSV(B) | 4.62º | 0.6% | 0.77% | - |
| XYZ | 27.67 | 19.28 | 9.66 | - |
| YUV | 119.27 | 105.28 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 88 | 79 | 0 | 0.55 | 0.60 | 0.23 | 4.62 | 0.5 | 0.54 |
| Hex | C4 | 58 | 4F | 0 | 37 | 3C | 17 | 5 | 32 | 36 |
| Octal | 304 | 130 | 117 | 0 | 67 | 74 | 27 | 5 | 62 | 66 |
| Binary | 11000100 | 1011000 | 1001111 | 0 | 110111 | 111100 | 10111 | 101 | 110010 | 110110 |
Color Harmonies of #C4584F
Complementary color
Monochromatic Colors of #C4584F
Black with #C4584F
Text Example
Text Example
White with #C4584F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4584F; }
p { color: rgb(196,88,79); }
H1.HeaderClassName
{
color: #C4584F;
}
.AnyTagClassName
{
color: #C4584F;
}
</style>
background-color css
<style>
a { background-color: #C4584F; }
a { background-color: rgb(196,88,79); }
div.DivClassName
{
background-color: #C4584F;
}
.BgClassName
{
background-color: #C4584F;
}
</style>
border-color css
<style>
span { border-color: #C4584F; }
span { border-color: rgb(196,88,79); }
td.TdClassName
{
border-color: #C4584F;
}
.TagClassName
{
border-color: #C4584F;
}
</style>