#935238

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

Shades of Chelsea Gem #935238

Tints of Chelsea Gem #935238

Color information

#935238 (or 0x935238) is unknown color: approx Chelsea Gem. HEX triplet: 93, 52 and 38. RGB value is (147,82,56). Sum of RGB (Red+Green+Blue) = 147+82+56=285 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.58% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 56 (22.27% from 255 or 19.65% from 285); Max value from RGB is 147 - color contains mainly: red. Hex color #935238 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935238 is #6CADC7. Grayscale: #626262. Windows color (decimal): -7122376 or 3691155. OLE color: 3691155.

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

Color convert

RGB1478256-
CMYK00.440.620.42
HSL17.14º44.83%39.8%-
HSV(B)17.14º61.9%57.65%-
XYZ15.7612.525.33-
YUV98.47104.03162.61-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 51.58%
GREEN value IS 82 (32.42% from 255) = 28.77%
BLUE value IS 56 (22.27% from 255) = 19.65%
R=51.58%
G=28.77%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147825600.440.620.4217.1444.8339.8
Hex93523802C3E2A112d28
Octal223122700547652215550
Binary100100111010010111000010110011111010101010001101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935238; }

 p { color: rgb(147,82,56); }

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

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

 a { background-color: rgb(147,82,56); }

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

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

 span { border-color: rgb(147,82,56); }

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