Shades of Fuzzy Wuzzy Brown #B75953
Tints of Fuzzy Wuzzy Brown #B75953
RGB
CMYK
RGB Variations
Color information
#B75953 (or 0xB75953) is known color: Fuzzy Wuzzy Brown. HEX triplet: B7, 59 and 53. RGB value is (183,89,83). Sum of RGB (Red+Green+Blue) = 183+89+83=355 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.55% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 183 - color contains mainly: red. Hex color #B75953 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75953 is #48A6AC. Grayscale: #747474. Windows color (decimal): -4761261 or 5462455. OLE color: 5462455.
HSL color Cylindrical-coordinate representation of color #B75953: hue angle of 3.6º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B75953 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 89 | 83 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.28 |
| HSL | 3.6º | 0.41% | 0.52% | - |
| HSV(B) | 3.6º | 0.55% | 0.72% | - |
| XYZ | 24.66 | 17.84 | 10.33 | - |
| YUV | 116.42 | 109.14 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 89 | 83 | 0 | 0.51 | 0.55 | 0.28 | 3.6 | 0.41 | 0.52 |
| Hex | B7 | 59 | 53 | 0 | 33 | 37 | 1C | 4 | 29 | 34 |
| Octal | 267 | 131 | 123 | 0 | 63 | 67 | 34 | 4 | 51 | 64 |
| Binary | 10110111 | 1011001 | 1010011 | 0 | 110011 | 110111 | 11100 | 100 | 101001 | 110100 |
Color Harmonies of #B75953
Complementary color
Monochromatic Colors of #B75953
Black with #B75953
Text Example
Text Example
White with #B75953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75953; }
p { color: rgb(183,89,83); }
H1.HeaderClassName
{
color: #B75953;
}
.AnyTagClassName
{
color: #B75953;
}
</style>
background-color css
<style>
a { background-color: #B75953; }
a { background-color: rgb(183,89,83); }
div.DivClassName
{
background-color: #B75953;
}
.BgClassName
{
background-color: #B75953;
}
</style>
border-color css
<style>
span { border-color: #B75953; }
span { border-color: rgb(183,89,83); }
td.TdClassName
{
border-color: #B75953;
}
.TagClassName
{
border-color: #B75953;
}
</style>