#925136

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

Shades of Chelsea Gem #925136

Tints of Chelsea Gem #925136

Color information

#925136 (or 0x925136) is unknown color: approx Chelsea Gem. HEX triplet: 92, 51 and 36. RGB value is (146,81,54). Sum of RGB (Red+Green+Blue) = 146+81+54=281 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.96% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 54 (21.48% from 255 or 19.22% from 281); Max value from RGB is 146 - color contains mainly: red. Hex color #925136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925136 is #6DAEC9. Grayscale: #616161. Windows color (decimal): -7188170 or 3559826. OLE color: 3559826.

HSL color Cylindrical-coordinate representation of color #925136: hue angle of 17.61º 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 #925136 is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.43.

Color convert

RGB1468154-
CMYK00.450.630.43
HSL17.61º46%39.22%-
HSV(B)17.61º63.01%57.25%-
XYZ15.4612.265.04-
YUV97.36103.53162.7-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.96%
GREEN value IS 81 (32.03% from 255) = 28.83%
BLUE value IS 54 (21.48% from 255) = 19.22%
R=51.96%
G=28.83%
B=19.22%

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
Decimal146815400.450.630.4317.614639.22
Hex92513602D3F2B122e27
Octal222121660557753225647
Binary100100101010001110110010110111111110101110010101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925136; }

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

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

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

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

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

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

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

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