Shades of Chelsea Gem #925B32
Tints of Chelsea Gem #925B32
RGB
CMYK
RGB Variations
Color information
#925B32 (or 0x925B32) is known color: Chelsea Gem. HEX triplet: 92, 5B and 32. RGB value is (146,91,50). Sum of RGB (Red+Green+Blue) = 146+91+50=287 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.87% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 146 - color contains mainly: red. Hex color #925B32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925B32 is #6DA4CD. Grayscale: #666666. Windows color (decimal): -7185614 or 3300242. OLE color: 3300242.
HSL color Cylindrical-coordinate representation of color #925B32: hue angle of 25.62º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #925B32 is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 91 | 50 | - |
| CMYK | 0 | 0.38 | 0.66 | 0.43 |
| HSL | 25.63º | 0.49% | 0.38% | - |
| HSV(B) | 25.63º | 0.66% | 0.57% | - |
| XYZ | 16.17 | 13.82 | 4.83 | - |
| YUV | 102.77 | 98.22 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 91 | 50 | 0 | 0.38 | 0.66 | 0.43 | 25.63 | 0.49 | 0.38 |
| Hex | 92 | 5B | 32 | 0 | 26 | 42 | 2B | 1A | 31 | 26 |
| Octal | 222 | 133 | 62 | 0 | 46 | 102 | 53 | 32 | 61 | 46 |
| Binary | 10010010 | 1011011 | 110010 | 0 | 100110 | 1000010 | 101011 | 11010 | 110001 | 100110 |
Color Harmonies of #925B32
Complementary color
Monochromatic Colors of #925B32
Black with #925B32
Text Example
Text Example
White with #925B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925B32; }
p { color: rgb(146,91,50); }
H1.HeaderClassName
{
color: #925B32;
}
.AnyTagClassName
{
color: #925B32;
}
</style>
background-color css
<style>
a { background-color: #925B32; }
a { background-color: rgb(146,91,50); }
div.DivClassName
{
background-color: #925B32;
}
.BgClassName
{
background-color: #925B32;
}
</style>
border-color css
<style>
span { border-color: #925B32; }
span { border-color: rgb(146,91,50); }
td.TdClassName
{
border-color: #925B32;
}
.TagClassName
{
border-color: #925B32;
}
</style>