Shades of Chelsea Gem #925A30
Tints of Chelsea Gem #925A30
RGB
CMYK
RGB Variations
Color information
#925A30 (or 0x925A30) is known color: Chelsea Gem. HEX triplet: 92, 5A and 30. RGB value is (146,90,48). Sum of RGB (Red+Green+Blue) = 146+90+48=284 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.41% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 48 (19.14% from 255 or 16.90% from 284); Max value from RGB is 146 - color contains mainly: red. Hex color #925A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925A30 is #6DA5CF. Grayscale: #666666. Windows color (decimal): -7185872 or 3168914. OLE color: 3168914.
HSL color Cylindrical-coordinate representation of color #925A30: hue angle of 25.71º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #925A30 is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 90 | 48 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.43 |
| HSL | 25.71º | 0.51% | 0.38% | - |
| HSV(B) | 25.71º | 0.67% | 0.57% | - |
| XYZ | 16.04 | 13.64 | 4.58 | - |
| YUV | 101.96 | 97.55 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 90 | 48 | 0 | 0.38 | 0.67 | 0.43 | 25.71 | 0.51 | 0.38 |
| Hex | 92 | 5A | 30 | 0 | 26 | 43 | 2B | 1A | 33 | 26 |
| Octal | 222 | 132 | 60 | 0 | 46 | 103 | 53 | 32 | 63 | 46 |
| Binary | 10010010 | 1011010 | 110000 | 0 | 100110 | 1000011 | 101011 | 11010 | 110011 | 100110 |
Color Harmonies of #925A30
Complementary color
Monochromatic Colors of #925A30
Black with #925A30
Text Example
Text Example
White with #925A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925A30; }
p { color: rgb(146,90,48); }
H1.HeaderClassName
{
color: #925A30;
}
.AnyTagClassName
{
color: #925A30;
}
</style>
background-color css
<style>
a { background-color: #925A30; }
a { background-color: rgb(146,90,48); }
div.DivClassName
{
background-color: #925A30;
}
.BgClassName
{
background-color: #925A30;
}
</style>
border-color css
<style>
span { border-color: #925A30; }
span { border-color: rgb(146,90,48); }
td.TdClassName
{
border-color: #925A30;
}
.TagClassName
{
border-color: #925A30;
}
</style>