#915428

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

Shades of Chelsea Gem #915428

Tints of Chelsea Gem #915428

Color information

#915428 (or 0x915428) is unknown color: approx Chelsea Gem. HEX triplet: 91, 54 and 28. RGB value is (145,84,40). Sum of RGB (Red+Green+Blue) = 145+84+40=269 (35% of max value = 765). Red value is 145 (57.03% from 255 or 53.90% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 145 - color contains mainly: red. Hex color #915428 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915428 is #6EABD7. Grayscale: #616161. Windows color (decimal): -7252952 or 2643089. OLE color: 2643089.

HSL color Cylindrical-coordinate representation of color #915428: hue angle of 25.14º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #915428 is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB1458440-
CMYK00.420.720.43
HSL25.14º56.76%36.27%-
HSV(B)25.14º72.41%56.86%-
XYZ15.2312.513.62-
YUV97.2295.71162.08-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 53.90%
GREEN value IS 84 (33.20% from 255) = 31.23%
BLUE value IS 40 (16.02% from 255) = 14.87%
R=53.90%
G=31.23%
B=14.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.72
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145844000.420.720.4325.1456.7636.27
Hex91542802A482B193924
Octal2211245005211053317144
Binary1001000110101001010000101010100100010101111001111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915428; }

 p { color: rgb(145,84,40); }

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

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

 a { background-color: rgb(145,84,40); }

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

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

 span { border-color: rgb(145,84,40); }

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