#925138

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

Shades of Chelsea Gem #925138

Tints of Chelsea Gem #925138

Color information

#925138 (or 0x925138) is unknown color: approx Chelsea Gem. HEX triplet: 92, 51 and 38. RGB value is (146,81,56). Sum of RGB (Red+Green+Blue) = 146+81+56=283 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.59% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 56 (22.27% from 255 or 19.79% from 283); Max value from RGB is 146 - color contains mainly: red. Hex color #925138 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925138 is #6DAEC7. Grayscale: #616161. Windows color (decimal): -7188168 or 3690898. OLE color: 3690898.

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

Color convert

RGB1468156-
CMYK00.450.620.43
HSL16.67º44.55%39.61%-
HSV(B)16.67º61.64%57.25%-
XYZ15.5112.285.29-
YUV97.58104.53162.53-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.59%
GREEN value IS 81 (32.03% from 255) = 28.62%
BLUE value IS 56 (22.27% from 255) = 19.79%
R=51.59%
G=28.62%
B=19.79%

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
Decimal146815600.450.620.4316.6744.5539.61
Hex92513802D3E2B112d28
Octal222121700557653215550
Binary100100101010001111000010110111111010101110001101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925138; }

 p { color: rgb(146,81,56); }

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

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

 a { background-color: rgb(146,81,56); }

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

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

 span { border-color: rgb(146,81,56); }

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