#915A32

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

Shades of Chelsea Gem #915A32

Tints of Chelsea Gem #915A32

Color information

#915A32 (or 0x915A32) is unknown color: approx Chelsea Gem. HEX triplet: 91, 5A and 32. RGB value is (145,90,50). Sum of RGB (Red+Green+Blue) = 145+90+50=285 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.88% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 145 - color contains mainly: red. Hex color #915A32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915A32 is #6EA5CD. Grayscale: #666666. Windows color (decimal): -7251406 or 3299985. OLE color: 3299985.

HSL color Cylindrical-coordinate representation of color #915A32: hue angle of 25.26º 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 #915A32 is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB1459050-
CMYK00.380.660.43
HSL25.26º48.72%38.24%-
HSV(B)25.26º65.52%56.86%-
XYZ15.9113.564.8-
YUV101.8898.72158.75-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 50.88%
GREEN value IS 90 (35.55% from 255) = 31.58%
BLUE value IS 50 (19.92% from 255) = 17.54%
R=50.88%
G=31.58%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145905000.380.660.4325.2648.7238.24
Hex915A32026422B193126
Octal2211326204610253316146
Binary1001000110110101100100100110100001010101111001110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915A32; }

 p { color: rgb(145,90,50); }

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

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

 a { background-color: rgb(145,90,50); }

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

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

 span { border-color: rgb(145,90,50); }

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