Shades of Beaver #93725C
Tints of Beaver #93725C
RGB
CMYK
RGB Variations
Color information
#93725C (or 0x93725C) is known color: Beaver. HEX triplet: 93, 72 and 5C. RGB value is (147,114,92). Sum of RGB (Red+Green+Blue) = 147+114+92=353 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.64% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 147 - color contains mainly: red. Hex color #93725C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93725C is #6C8DA3. Grayscale: #797979. Windows color (decimal): -7114148 or 6058643. OLE color: 6058643.
HSL color Cylindrical-coordinate representation of color #93725C: hue angle of 24º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93725C is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 114 | 92 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.42 |
| HSL | 24º | 0.23% | 0.47% | - |
| HSV(B) | 24º | 0.37% | 0.58% | - |
| XYZ | 19.98 | 19.01 | 12.74 | - |
| YUV | 121.36 | 111.43 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 114 | 92 | 0 | 0.22 | 0.37 | 0.42 | 24 | 0.23 | 0.47 |
| Hex | 93 | 72 | 5C | 0 | 16 | 25 | 2A | 18 | 17 | 2F |
| Octal | 223 | 162 | 134 | 0 | 26 | 45 | 52 | 30 | 27 | 57 |
| Binary | 10010011 | 1110010 | 1011100 | 0 | 10110 | 100101 | 101010 | 11000 | 10111 | 101111 |
Color Harmonies of #93725C
Complementary color
Monochromatic Colors of #93725C
Black with #93725C
Text Example
Text Example
White with #93725C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93725C; }
p { color: rgb(147,114,92); }
H1.HeaderClassName
{
color: #93725C;
}
.AnyTagClassName
{
color: #93725C;
}
</style>
background-color css
<style>
a { background-color: #93725C; }
a { background-color: rgb(147,114,92); }
div.DivClassName
{
background-color: #93725C;
}
.BgClassName
{
background-color: #93725C;
}
</style>
border-color css
<style>
span { border-color: #93725C; }
span { border-color: rgb(147,114,92); }
td.TdClassName
{
border-color: #93725C;
}
.TagClassName
{
border-color: #93725C;
}
</style>