#915233

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

Shades of Chelsea Gem #915233

Tints of Chelsea Gem #915233

Color information

#915233 (or 0x915233) is unknown color: approx Chelsea Gem. HEX triplet: 91, 52 and 33. RGB value is (145,82,51). Sum of RGB (Red+Green+Blue) = 145+82+51=278 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.16% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 51 (20.31% from 255 or 18.35% from 278); Max value from RGB is 145 - color contains mainly: red. Hex color #915233 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915233 is #6EADCC. Grayscale: #616161. Windows color (decimal): -7253453 or 3363473. OLE color: 3363473.

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

Color convert

RGB1458251-
CMYK00.430.650.43
HSL19.79º47.96%38.43%-
HSV(B)19.79º64.83%56.86%-
XYZ15.2912.294.7-
YUV97.3101.87162.02-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 52.16%
GREEN value IS 82 (32.42% from 255) = 29.50%
BLUE value IS 51 (20.31% from 255) = 18.35%
R=52.16%
G=29.50%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.65
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145825100.430.650.4319.7947.9638.43
Hex91523302B412B143026
Octal2211226305310153246046
Binary1001000110100101100110101011100000110101110100110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915233; }

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

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

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

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

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

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

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

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