#925036

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

Shades of Chelsea Gem #925036

Tints of Chelsea Gem #925036

Color information

#925036 (or 0x925036) is unknown color: approx Chelsea Gem. HEX triplet: 92, 50 and 36. RGB value is (146,80,54). Sum of RGB (Red+Green+Blue) = 146+80+54=280 (37% of max value = 765). Red value is 146 (57.42% from 255 or 52.14% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 54 (21.48% from 255 or 19.29% from 280); Max value from RGB is 146 - color contains mainly: red. Hex color #925036 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925036 is #6DAFC9. Grayscale: #606060. Windows color (decimal): -7188426 or 3559570. OLE color: 3559570.

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

Color convert

RGB1468054-
CMYK00.450.630.43
HSL16.96º46%39.22%-
HSV(B)16.96º63.01%57.25%-
XYZ15.3912.115.02-
YUV96.77103.87163.11-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.14%
GREEN value IS 80 (31.64% from 255) = 28.57%
BLUE value IS 54 (21.48% from 255) = 19.29%
R=52.14%
G=28.57%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146805400.450.630.4316.964639.22
Hex92503602D3F2B112e27
Octal222120660557753215647
Binary100100101010000110110010110111111110101110001101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925036; }

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

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

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

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

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

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

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

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