#925037

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

Shades of Chelsea Gem #925037

Tints of Chelsea Gem #925037

Color information

#925037 (or 0x925037) is unknown color: approx Chelsea Gem. HEX triplet: 92, 50 and 37. RGB value is (146,80,55). Sum of RGB (Red+Green+Blue) = 146+80+55=281 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.96% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 55 (21.88% from 255 or 19.57% from 281); Max value from RGB is 146 - color contains mainly: red. Hex color #925037 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925037 is #6DAFC8. Grayscale: #616161. Windows color (decimal): -7188425 or 3625106. OLE color: 3625106.

HSL color Cylindrical-coordinate representation of color #925037: hue angle of 16.48º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #925037 is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.43.

Color convert

RGB1468055-
CMYK00.450.620.43
HSL16.48º45.27%39.41%-
HSV(B)16.48º62.33%57.25%-
XYZ15.4112.125.14-
YUV96.88104.37163.03-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.96%
GREEN value IS 80 (31.64% from 255) = 28.47%
BLUE value IS 55 (21.88% from 255) = 19.57%
R=51.96%
G=28.47%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.62
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146805500.450.620.4316.4845.2739.41
Hex92503702D3E2B102d27
Octal222120670557653205547
Binary100100101010000110111010110111111010101110000101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925037; }

 p { color: rgb(146,80,55); }

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

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

 a { background-color: rgb(146,80,55); }

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

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

 span { border-color: rgb(146,80,55); }

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