#915232

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

Shades of Chelsea Gem #915232

Tints of Chelsea Gem #915232

Color information

#915232 (or 0x915232) is unknown color: approx Chelsea Gem. HEX triplet: 91, 52 and 32. RGB value is (145,82,50). Sum of RGB (Red+Green+Blue) = 145+82+50=277 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.35% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 145 - color contains mainly: red. Hex color #915232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915232 is #6EADCD. Grayscale: #616161. Windows color (decimal): -7253454 or 3297937. OLE color: 3297937.

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

Color convert

RGB1458250-
CMYK00.430.660.43
HSL20.21º48.72%38.24%-
HSV(B)20.21º65.52%56.86%-
XYZ15.2712.284.58-
YUV97.19101.37162.1-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 52.35%
GREEN value IS 82 (32.42% from 255) = 29.60%
BLUE value IS 50 (19.92% from 255) = 18.05%
R=52.35%
G=29.60%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145825000.430.660.4320.2148.7238.24
Hex91523202B422B143126
Octal2211226205310253246146
Binary1001000110100101100100101011100001010101110100110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915232; }

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

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

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

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

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

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

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

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