#915433

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

Shades of Chelsea Gem #915433

Tints of Chelsea Gem #915433

Color information

#915433 (or 0x915433) is unknown color: approx Chelsea Gem. HEX triplet: 91, 54 and 33. RGB value is (145,84,51). Sum of RGB (Red+Green+Blue) = 145+84+51=280 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.79% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 51 (20.31% from 255 or 18.21% from 280); Max value from RGB is 145 - color contains mainly: red. Hex color #915433 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915433 is #6EABCC. Grayscale: #626262. Windows color (decimal): -7252941 or 3363985. OLE color: 3363985.

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

Color convert

RGB1458451-
CMYK00.420.650.43
HSL21.06º47.96%38.43%-
HSV(B)21.06º64.83%56.86%-
XYZ15.4412.64.75-
YUV98.48101.21161.18-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 51.79%
GREEN value IS 84 (33.20% from 255) = 30%
BLUE value IS 51 (20.31% from 255) = 18.21%
R=51.79%
G=30%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.65
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145845100.420.650.4321.0647.9638.43
Hex91543302A412B153026
Octal2211246305210153256046
Binary1001000110101001100110101010100000110101110101110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915433; }

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

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

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

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

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

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

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

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