#915334

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

Shades of Chelsea Gem #915334

Tints of Chelsea Gem #915334

Color information

#915334 (or 0x915334) is unknown color: approx Chelsea Gem. HEX triplet: 91, 53 and 34. RGB value is (145,83,52). Sum of RGB (Red+Green+Blue) = 145+83+52=280 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.79% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 52 (20.70% from 255 or 18.57% from 280); Max value from RGB is 145 - color contains mainly: red. Hex color #915334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915334 is #6EACCB. Grayscale: #626262. Windows color (decimal): -7253196 or 3429265. OLE color: 3429265.

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

Color convert

RGB1458352-
CMYK00.430.640.43
HSL20º47.21%38.63%-
HSV(B)20º64.14%56.86%-
XYZ15.3912.454.84-
YUV98102.04161.52-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 51.79%
GREEN value IS 83 (32.81% from 255) = 29.64%
BLUE value IS 52 (20.70% from 255) = 18.57%
R=51.79%
G=29.64%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.64
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145835200.430.640.432047.2138.63
Hex91533402B402B142f27
Octal2211236405310053245747
Binary1001000110100111101000101011100000010101110100101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915334; }

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

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

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

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

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

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

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

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