#935536

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

Shades of Chelsea Gem #935536

Tints of Chelsea Gem #935536

Color information

#935536 (or 0x935536) is unknown color: approx Chelsea Gem. HEX triplet: 93, 55 and 36. RGB value is (147,85,54). Sum of RGB (Red+Green+Blue) = 147+85+54=286 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.40% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 54 (21.48% from 255 or 18.88% from 286); Max value from RGB is 147 - color contains mainly: red. Hex color #935536 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935536 is #6CAAC9. Grayscale: #646464. Windows color (decimal): -7121610 or 3560851. OLE color: 3560851.

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

Color convert

RGB1478554-
CMYK00.420.630.42
HSL20º46.27%39.41%-
HSV(B)20º63.27%57.65%-
XYZ15.9512.975.15-
YUV100102.04161.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 51.40%
GREEN value IS 85 (33.59% from 255) = 29.72%
BLUE value IS 54 (21.48% from 255) = 18.88%
R=51.40%
G=29.72%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.63
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147855400.420.630.422046.2739.41
Hex93553602A3F2A142e27
Octal223125660527752245647
Binary100100111010101110110010101011111110101010100101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935536; }

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

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

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

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

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

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

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

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