#935337

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

Shades of Chelsea Gem #935337

Tints of Chelsea Gem #935337

Color information

#935337 (or 0x935337) is unknown color: approx Chelsea Gem. HEX triplet: 93, 53 and 37. RGB value is (147,83,55). Sum of RGB (Red+Green+Blue) = 147+83+55=285 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.58% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 55 (21.88% from 255 or 19.30% from 285); Max value from RGB is 147 - color contains mainly: red. Hex color #935337 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935337 is #6CACC8. Grayscale: #636363. Windows color (decimal): -7122121 or 3625875. OLE color: 3625875.

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

Color convert

RGB1478355-
CMYK00.440.630.42
HSL18.26º45.54%39.61%-
HSV(B)18.26º62.59%57.65%-
XYZ15.8212.675.23-
YUV98.94103.2162.28-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 51.58%
GREEN value IS 83 (32.81% from 255) = 29.12%
BLUE value IS 55 (21.88% from 255) = 19.30%
R=51.58%
G=29.12%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.63
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147835500.440.630.4218.2645.5439.61
Hex93533702C3F2A122e28
Octal223123670547752225650
Binary100100111010011110111010110011111110101010010101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935337; }

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

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

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

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

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

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

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

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