#915332

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

Shades of Chelsea Gem #915332

Tints of Chelsea Gem #915332

Color information

#915332 (or 0x915332) is unknown color: approx Chelsea Gem. HEX triplet: 91, 53 and 32. RGB value is (145,83,50). Sum of RGB (Red+Green+Blue) = 145+83+50=278 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.16% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 145 - color contains mainly: red. Hex color #915332 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915332 is #6EACCD. Grayscale: #616161. Windows color (decimal): -7253198 or 3298193. OLE color: 3298193.

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

Color convert

RGB1458350-
CMYK00.430.660.43
HSL20.84º48.72%38.24%-
HSV(B)20.84º65.52%56.86%-
XYZ15.3512.444.61-
YUV97.78101.04161.68-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 52.16%
GREEN value IS 83 (32.81% from 255) = 29.86%
BLUE value IS 50 (19.92% from 255) = 17.99%
R=52.16%
G=29.86%
B=17.99%

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
Decimal145835000.430.660.4320.8448.7238.24
Hex91533202B422B153126
Octal2211236205310253256146
Binary1001000110100111100100101011100001010101110101110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915332; }

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

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

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

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

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

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

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

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