#905535

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

Shades of Chelsea Gem #905535

Tints of Chelsea Gem #905535

Color information

#905535 (or 0x905535) is unknown color: approx Chelsea Gem. HEX triplet: 90, 55 and 35. RGB value is (144,85,53). Sum of RGB (Red+Green+Blue) = 144+85+53=282 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.06% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 53 (21.09% from 255 or 18.79% from 282); Max value from RGB is 144 - color contains mainly: red. Hex color #905535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #905535 is #6FAACA. Grayscale: #636363. Windows color (decimal): -7318219 or 3495312. OLE color: 3495312.

HSL color Cylindrical-coordinate representation of color #905535: hue angle of 21.1º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #905535 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.44.

Color convert

RGB1448553-
CMYK00.410.630.44
HSL21.1º46.19%38.63%-
HSV(B)21.1º63.19%56.47%-
XYZ15.3912.685.01-
YUV98.99102.05160.1-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 51.06%
GREEN value IS 85 (33.59% from 255) = 30.14%
BLUE value IS 53 (21.09% from 255) = 18.79%
R=51.06%
G=30.14%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144855300.410.630.4421.146.1938.63
Hex9055350293F2C152e27
Octal220125650517754255647
Binary100100001010101110101010100111111110110010101101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905535; }

 p { color: rgb(144,85,53); }

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

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

 a { background-color: rgb(144,85,53); }

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

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

 span { border-color: rgb(144,85,53); }

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