Shades of Beaver #91755D
Tints of Beaver #91755D
RGB
CMYK
RGB Variations
Color information
#91755D (or 0x91755D) is known color: Beaver. HEX triplet: 91, 75 and 5D. RGB value is (145,117,93). Sum of RGB (Red+Green+Blue) = 145+117+93=355 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.85% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 145 - color contains mainly: red. Hex color #91755D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91755D is #6E8AA2. Grayscale: #7A7A7A. Windows color (decimal): -7244451 or 6124945. OLE color: 6124945.
HSL color Cylindrical-coordinate representation of color #91755D: hue angle of 27.69º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #91755D is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 117 | 93 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.43 |
| HSL | 27.69º | 0.22% | 0.47% | - |
| HSV(B) | 27.69º | 0.36% | 0.57% | - |
| XYZ | 20.01 | 19.53 | 13.07 | - |
| YUV | 122.64 | 111.28 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 117 | 93 | 0 | 0.19 | 0.36 | 0.43 | 27.69 | 0.22 | 0.47 |
| Hex | 91 | 75 | 5D | 0 | 13 | 24 | 2B | 1C | 16 | 2F |
| Octal | 221 | 165 | 135 | 0 | 23 | 44 | 53 | 34 | 26 | 57 |
| Binary | 10010001 | 1110101 | 1011101 | 0 | 10011 | 100100 | 101011 | 11100 | 10110 | 101111 |
Color Harmonies of #91755D
Complementary color
Monochromatic Colors of #91755D
Black with #91755D
Text Example
Text Example
White with #91755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91755D; }
p { color: rgb(145,117,93); }
H1.HeaderClassName
{
color: #91755D;
}
.AnyTagClassName
{
color: #91755D;
}
</style>
background-color css
<style>
a { background-color: #91755D; }
a { background-color: rgb(145,117,93); }
div.DivClassName
{
background-color: #91755D;
}
.BgClassName
{
background-color: #91755D;
}
</style>
border-color css
<style>
span { border-color: #91755D; }
span { border-color: rgb(145,117,93); }
td.TdClassName
{
border-color: #91755D;
}
.TagClassName
{
border-color: #91755D;
}
</style>