#935A31

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

Shades of Chelsea Gem #935A31

Tints of Chelsea Gem #935A31

Color information

#935A31 (or 0x935A31) is unknown color: approx Chelsea Gem. HEX triplet: 93, 5A and 31. RGB value is (147,90,49). Sum of RGB (Red+Green+Blue) = 147+90+49=286 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.40% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 147 - color contains mainly: red. Hex color #935A31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935A31 is #6CA5CE. Grayscale: #666666. Windows color (decimal): -7120335 or 3234451. OLE color: 3234451.

HSL color Cylindrical-coordinate representation of color #935A31: hue angle of 25.1º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #935A31 is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB1479049-
CMYK00.390.670.42
HSL25.1º50%38.43%-
HSV(B)25.1º66.67%57.65%-
XYZ16.2413.744.7-
YUV102.3797.88159.83-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 51.40%
GREEN value IS 90 (35.55% from 255) = 31.47%
BLUE value IS 49 (19.53% from 255) = 17.13%
R=51.40%
G=31.47%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147904900.390.670.4225.15038.43
Hex935A31027432A193226
Octal2231326104710352316246
Binary1001001110110101100010100111100001110101011001110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935A31; }

 p { color: rgb(147,90,49); }

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

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

 a { background-color: rgb(147,90,49); }

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

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

 span { border-color: rgb(147,90,49); }

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