#935031

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

Shades of Chelsea Gem #935031

Tints of Chelsea Gem #935031

Color information

#935031 (or 0x935031) is unknown color: approx Chelsea Gem. HEX triplet: 93, 50 and 31. RGB value is (147,80,49). Sum of RGB (Red+Green+Blue) = 147+80+49=276 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.26% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 147 - color contains mainly: red. Hex color #935031 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935031 is #6CAFCE. Grayscale: #606060. Windows color (decimal): -7122895 or 3231891. OLE color: 3231891.

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

Color convert

RGB1478049-
CMYK00.460.670.42
HSL18.98º50%38.43%-
HSV(B)18.98º66.67%57.65%-
XYZ15.4612.164.44-
YUV96.5101.2164.02-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 53.26%
GREEN value IS 80 (31.64% from 255) = 28.99%
BLUE value IS 49 (19.53% from 255) = 17.75%
R=53.26%
G=28.99%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147804900.460.670.4218.985038.43
Hex93503102E432A133226
Octal2231206105610352236246
Binary1001001110100001100010101110100001110101010011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935031; }

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

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

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

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

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

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

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

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