#935136

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

Shades of Chelsea Gem #935136

Tints of Chelsea Gem #935136

Color information

#935136 (or 0x935136) is unknown color: approx Chelsea Gem. HEX triplet: 93, 51 and 36. RGB value is (147,81,54). Sum of RGB (Red+Green+Blue) = 147+81+54=282 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.13% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 54 (21.48% from 255 or 19.15% from 282); Max value from RGB is 147 - color contains mainly: red. Hex color #935136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935136 is #6CAEC9. Grayscale: #616161. Windows color (decimal): -7122634 or 3559827. OLE color: 3559827.

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

Color convert

RGB1478154-
CMYK00.450.630.42
HSL17.42º46.27%39.41%-
HSV(B)17.42º63.27%57.65%-
XYZ15.6412.355.05-
YUV97.66103.37163.2-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 52.13%
GREEN value IS 81 (32.03% from 255) = 28.72%
BLUE value IS 54 (21.48% from 255) = 19.15%
R=52.13%
G=28.72%
B=19.15%

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
Decimal147815400.450.630.4217.4246.2739.41
Hex93513602D3F2A112e27
Octal223121660557752215647
Binary100100111010001110110010110111111110101010001101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935136; }

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

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

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

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

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

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

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

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