#915236

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

Shades of Chelsea Gem #915236

Tints of Chelsea Gem #915236

Color information

#915236 (or 0x915236) is unknown color: approx Chelsea Gem. HEX triplet: 91, 52 and 36. RGB value is (145,82,54). Sum of RGB (Red+Green+Blue) = 145+82+54=281 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.60% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 54 (21.48% from 255 or 19.22% from 281); Max value from RGB is 145 - color contains mainly: red. Hex color #915236 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915236 is #6EADC9. Grayscale: #616161. Windows color (decimal): -7253450 or 3560081. OLE color: 3560081.

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

Color convert

RGB1458254-
CMYK00.430.630.43
HSL18.46º45.73%39.02%-
HSV(B)18.46º62.76%56.86%-
XYZ15.3612.325.06-
YUV97.65103.37161.78-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 51.60%
GREEN value IS 82 (32.42% from 255) = 29.18%
BLUE value IS 54 (21.48% from 255) = 19.22%
R=51.60%
G=29.18%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145825400.430.630.4318.4645.7339.02
Hex91523602B3F2B122e27
Octal221122660537753225647
Binary100100011010010110110010101111111110101110010101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915236; }

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

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

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

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

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

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

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

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