Shades of Beaver #97725B
Tints of Beaver #97725B
RGB
CMYK
RGB Variations
Color information
#97725B (or 0x97725B) is known color: Beaver. HEX triplet: 97, 72 and 5B. RGB value is (151,114,91). Sum of RGB (Red+Green+Blue) = 151+114+91=356 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.42% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 151 - color contains mainly: red. Hex color #97725B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97725B is #688DA4. Grayscale: #7A7A7A. Windows color (decimal): -6852005 or 5993111. OLE color: 5993111.
HSL color Cylindrical-coordinate representation of color #97725B: hue angle of 23º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97725B is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 114 | 91 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.41 |
| HSL | 23º | 0.25% | 0.47% | - |
| HSV(B) | 23º | 0.4% | 0.59% | - |
| XYZ | 20.67 | 19.37 | 12.55 | - |
| YUV | 122.44 | 110.26 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 114 | 91 | 0 | 0.25 | 0.40 | 0.41 | 23 | 0.25 | 0.47 |
| Hex | 97 | 72 | 5B | 0 | 19 | 28 | 29 | 17 | 19 | 2F |
| Octal | 227 | 162 | 133 | 0 | 31 | 50 | 51 | 27 | 31 | 57 |
| Binary | 10010111 | 1110010 | 1011011 | 0 | 11001 | 101000 | 101001 | 10111 | 11001 | 101111 |
Color Harmonies of #97725B
Complementary color
Monochromatic Colors of #97725B
Black with #97725B
Text Example
Text Example
White with #97725B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97725B; }
p { color: rgb(151,114,91); }
H1.HeaderClassName
{
color: #97725B;
}
.AnyTagClassName
{
color: #97725B;
}
</style>
background-color css
<style>
a { background-color: #97725B; }
a { background-color: rgb(151,114,91); }
div.DivClassName
{
background-color: #97725B;
}
.BgClassName
{
background-color: #97725B;
}
</style>
border-color css
<style>
span { border-color: #97725B; }
span { border-color: rgb(151,114,91); }
td.TdClassName
{
border-color: #97725B;
}
.TagClassName
{
border-color: #97725B;
}
</style>