#915431

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

Shades of Chelsea Gem #915431

Tints of Chelsea Gem #915431

Color information

#915431 (or 0x915431) is unknown color: approx Chelsea Gem. HEX triplet: 91, 54 and 31. RGB value is (145,84,49). Sum of RGB (Red+Green+Blue) = 145+84+49=278 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.16% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 49 (19.53% from 255 or 17.63% from 278); Max value from RGB is 145 - color contains mainly: red. Hex color #915431 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915431 is #6EABCE. Grayscale: #626262. Windows color (decimal): -7252943 or 3232913. OLE color: 3232913.

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

Color convert

RGB1458449-
CMYK00.420.660.43
HSL21.88º49.48%38.04%-
HSV(B)21.88º66.21%56.86%-
XYZ15.412.584.52-
YUV98.25100.21161.35-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 52.16%
GREEN value IS 84 (33.20% from 255) = 30.22%
BLUE value IS 49 (19.53% from 255) = 17.63%
R=52.16%
G=30.22%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145844900.420.660.4321.8849.4838.04
Hex91543102A422B163126
Octal2211246105210253266146
Binary1001000110101001100010101010100001010101110110110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915431; }

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

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

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

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

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

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

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

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