#935137

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

Shades of Chelsea Gem #935137

Tints of Chelsea Gem #935137

Color information

#935137 (or 0x935137) is unknown color: approx Chelsea Gem. HEX triplet: 93, 51 and 37. RGB value is (147,81,55). Sum of RGB (Red+Green+Blue) = 147+81+55=283 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.94% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 55 (21.88% from 255 or 19.43% from 283); Max value from RGB is 147 - color contains mainly: red. Hex color #935137 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935137 is #6CAEC8. Grayscale: #616161. Windows color (decimal): -7122633 or 3625363. OLE color: 3625363.

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

Color convert

RGB1478155-
CMYK00.450.630.42
HSL16.96º45.54%39.61%-
HSV(B)16.96º62.59%57.65%-
XYZ15.6612.365.18-
YUV97.77103.87163.11-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 51.94%
GREEN value IS 81 (32.03% from 255) = 28.62%
BLUE value IS 55 (21.88% from 255) = 19.43%
R=51.94%
G=28.62%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.63
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147815500.450.630.4216.9645.5439.61
Hex93513702D3F2A112e28
Octal223121670557752215650
Binary100100111010001110111010110111111110101010001101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935137; }

 p { color: rgb(147,81,55); }

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

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

 a { background-color: rgb(147,81,55); }

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

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

 span { border-color: rgb(147,81,55); }

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