#915435

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

Shades of Chelsea Gem #915435

Tints of Chelsea Gem #915435

Color information

#915435 (or 0x915435) is unknown color: approx Chelsea Gem. HEX triplet: 91, 54 and 35. RGB value is (145,84,53). Sum of RGB (Red+Green+Blue) = 145+84+53=282 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.42% from 282); Green value is 84 (33.20% from 255 or 29.79% from 282); Blue value is 53 (21.09% from 255 or 18.79% from 282); Max value from RGB is 145 - color contains mainly: red. Hex color #915435 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915435 is #6EABCA. Grayscale: #626262. Windows color (decimal): -7252939 or 3495057. OLE color: 3495057.

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

Color convert

RGB1458453-
CMYK00.420.630.43
HSL20.22º46.46%38.82%-
HSV(B)20.22º63.45%56.86%-
XYZ15.4912.624.99-
YUV98.7102.21161.02-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 51.42%
GREEN value IS 84 (33.20% from 255) = 29.79%
BLUE value IS 53 (21.09% from 255) = 18.79%
R=51.42%
G=29.79%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145845300.420.630.4320.2246.4638.82
Hex91543502A3F2B142e27
Octal221124650527753245647
Binary100100011010100110101010101011111110101110100101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915435; }

 p { color: rgb(145,84,53); }

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

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

 a { background-color: rgb(145,84,53); }

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

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

 span { border-color: rgb(145,84,53); }

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