#915229

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

Shades of Chelsea Gem #915229

Tints of Chelsea Gem #915229

Color information

#915229 (or 0x915229) is unknown color: approx Chelsea Gem. HEX triplet: 91, 52 and 29. RGB value is (145,82,41). Sum of RGB (Red+Green+Blue) = 145+82+41=268 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.10% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 41 (16.41% from 255 or 15.30% from 268); Max value from RGB is 145 - color contains mainly: red. Hex color #915229 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915229 is #6EADD6. Grayscale: #606060. Windows color (decimal): -7253463 or 2708113. OLE color: 2708113.

HSL color Cylindrical-coordinate representation of color #915229: hue angle of 23.65º degrees, saturation: 0.56, 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 #915229 is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB1458241-
CMYK00.430.720.43
HSL23.65º55.91%36.47%-
HSV(B)23.65º71.72%56.86%-
XYZ15.0912.213.66-
YUV96.1696.87162.83-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 54.10%
GREEN value IS 82 (32.42% from 255) = 30.60%
BLUE value IS 41 (16.41% from 255) = 15.30%
R=54.10%
G=30.60%
B=15.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.72
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145824100.430.720.4323.6555.9136.47
Hex91522902B482B183824
Octal2211225105311053307044
Binary1001000110100101010010101011100100010101111000111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915229; }

 p { color: rgb(145,82,41); }

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

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

 a { background-color: rgb(145,82,41); }

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

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

 span { border-color: rgb(145,82,41); }

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