#915031

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

Shades of Chelsea Gem #915031

Tints of Chelsea Gem #915031

Color information

#915031 (or 0x915031) is unknown color: approx Chelsea Gem. HEX triplet: 91, 50 and 31. RGB value is (145,80,49). Sum of RGB (Red+Green+Blue) = 145+80+49=274 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.92% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 49 (19.53% from 255 or 17.88% from 274); Max value from RGB is 145 - color contains mainly: red. Hex color #915031 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915031 is #6EAFCE. Grayscale: #606060. Windows color (decimal): -7253967 or 3231889. OLE color: 3231889.

HSL color Cylindrical-coordinate representation of color #915031: hue angle of 19.38º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #915031 is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB1458049-
CMYK00.450.660.43
HSL19.38º49.48%38.04%-
HSV(B)19.38º66.21%56.86%-
XYZ15.111.984.42-
YUV95.9101.53163.02-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 52.92%
GREEN value IS 80 (31.64% from 255) = 29.20%
BLUE value IS 49 (19.53% from 255) = 17.88%
R=52.92%
G=29.20%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145804900.450.660.4319.3849.4838.04
Hex91503102D422B133126
Octal2211206105510253236146
Binary1001000110100001100010101101100001010101110011110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915031; }

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

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

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

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

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

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

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

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