#915330

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

Shades of Chelsea Gem #915330

Tints of Chelsea Gem #915330

Color information

#915330 (or 0x915330) is unknown color: approx Chelsea Gem. HEX triplet: 91, 53 and 30. RGB value is (145,83,48). Sum of RGB (Red+Green+Blue) = 145+83+48=276 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.54% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 48 (19.14% from 255 or 17.39% from 276); Max value from RGB is 145 - color contains mainly: red. Hex color #915330 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915330 is #6EACCF. Grayscale: #616161. Windows color (decimal): -7253200 or 3167121. OLE color: 3167121.

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

Color convert

RGB1458348-
CMYK00.430.670.43
HSL21.65º50.26%37.84%-
HSV(B)21.65º66.9%56.86%-
XYZ15.312.424.39-
YUV97.55100.04161.85-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 52.54%
GREEN value IS 83 (32.81% from 255) = 30.07%
BLUE value IS 48 (19.14% from 255) = 17.39%
R=52.54%
G=30.07%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.67
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145834800.430.670.4321.6550.2637.84
Hex91533002B432B163226
Octal2211236005310353266246
Binary1001000110100111100000101011100001110101110110110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915330; }

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

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

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

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

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

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

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

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