Shades of Beaver #91725D
Tints of Beaver #91725D
RGB
CMYK
RGB Variations
Color information
#91725D (or 0x91725D) is known color: Beaver. HEX triplet: 91, 72 and 5D. RGB value is (145,114,93). Sum of RGB (Red+Green+Blue) = 145+114+93=352 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.19% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 145 - color contains mainly: red. Hex color #91725D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91725D is #6E8DA2. Grayscale: #787878. Windows color (decimal): -7245219 or 6124177. OLE color: 6124177.
HSL color Cylindrical-coordinate representation of color #91725D: hue angle of 24.23º 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 #91725D is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 114 | 93 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.43 |
| HSL | 24.23º | 0.22% | 0.47% | - |
| HSV(B) | 24.23º | 0.36% | 0.57% | - |
| XYZ | 19.67 | 18.84 | 12.96 | - |
| YUV | 120.88 | 112.27 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 114 | 93 | 0 | 0.21 | 0.36 | 0.43 | 24.23 | 0.22 | 0.47 |
| Hex | 91 | 72 | 5D | 0 | 15 | 24 | 2B | 18 | 16 | 2F |
| Octal | 221 | 162 | 135 | 0 | 25 | 44 | 53 | 30 | 26 | 57 |
| Binary | 10010001 | 1110010 | 1011101 | 0 | 10101 | 100100 | 101011 | 11000 | 10110 | 101111 |
Color Harmonies of #91725D
Complementary color
Monochromatic Colors of #91725D
Black with #91725D
Text Example
Text Example
White with #91725D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91725D; }
p { color: rgb(145,114,93); }
H1.HeaderClassName
{
color: #91725D;
}
.AnyTagClassName
{
color: #91725D;
}
</style>
background-color css
<style>
a { background-color: #91725D; }
a { background-color: rgb(145,114,93); }
div.DivClassName
{
background-color: #91725D;
}
.BgClassName
{
background-color: #91725D;
}
</style>
border-color css
<style>
span { border-color: #91725D; }
span { border-color: rgb(145,114,93); }
td.TdClassName
{
border-color: #91725D;
}
.TagClassName
{
border-color: #91725D;
}
</style>