#925A31

Color #925A31 Chelsea Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Gem #925A31

Tints of Chelsea Gem #925A31

Color information

#925A31 (or 0x925A31) is unknown color: approx Chelsea Gem. HEX triplet: 92, 5A and 31. RGB value is (146,90,49). Sum of RGB (Red+Green+Blue) = 146+90+49=285 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.23% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 49 (19.53% from 255 or 17.19% from 285); Max value from RGB is 146 - color contains mainly: red. Hex color #925A31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925A31 is #6DA5CE. Grayscale: #666666. Windows color (decimal): -7185871 or 3234450. OLE color: 3234450.

HSL color Cylindrical-coordinate representation of color #925A31: hue angle of 25.36º degrees, saturation: 0.5, 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 #925A31 is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB1469049-
CMYK00.380.660.43
HSL25.36º49.74%38.24%-
HSV(B)25.36º66.44%57.25%-
XYZ16.0613.654.69-
YUV102.0798.05159.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 51.23%
GREEN value IS 90 (35.55% from 255) = 31.58%
BLUE value IS 49 (19.53% from 255) = 17.19%
R=51.23%
G=31.58%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146904900.380.660.4325.3649.7438.24
Hex925A31026422B193226
Octal2221326104610253316246
Binary1001001010110101100010100110100001010101111001110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925A31; }

 p { color: rgb(146,90,49); }

 H1.HeaderClassName
 {
   color: #925A31;
 }
 .AnyTagClassName
 {
   color: #925A31;
 }
</style>
background-color css

<style>
 a { background-color: #925A31; }

 a { background-color: rgb(146,90,49); }

 div.DivClassName
 {
   background-color: #925A31;
 }
 .BgClassName
 {
   background-color: #925A31;
 }
</style>
border-color css

<style>
 span { border-color: #925A31; }

 span { border-color: rgb(146,90,49); }

 td.TdClassName
 {
   border-color: #925A31;
 }
 .TagClassName
 {
   border-color: #925A31;
 }
</style>