#915A30

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

Shades of Chelsea Gem #915A30

Tints of Chelsea Gem #915A30

Color information

#915A30 (or 0x915A30) is unknown color: approx Chelsea Gem. HEX triplet: 91, 5A and 30. RGB value is (145,90,48). Sum of RGB (Red+Green+Blue) = 145+90+48=283 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.24% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 48 (19.14% from 255 or 16.96% from 283); Max value from RGB is 145 - color contains mainly: red. Hex color #915A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915A30 is #6EA5CF. Grayscale: #656565. Windows color (decimal): -7251408 or 3168913. OLE color: 3168913.

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

Color convert

RGB1459048-
CMYK00.380.670.43
HSL25.98º50.26%37.84%-
HSV(B)25.98º66.9%56.86%-
XYZ15.8713.554.57-
YUV101.6697.72158.92-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 51.24%
GREEN value IS 90 (35.55% from 255) = 31.80%
BLUE value IS 48 (19.14% from 255) = 16.96%
R=51.24%
G=31.80%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.67
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145904800.380.670.4325.9850.2637.84
Hex915A30026432B1a3226
Octal2211326004610353326246
Binary1001000110110101100000100110100001110101111010110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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