#90532E

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

Shades of Chelsea Gem #90532E

Tints of Chelsea Gem #90532E

Color information

#90532E (or 0x90532E) is unknown color: approx Chelsea Gem. HEX triplet: 90, 53 and 2E. RGB value is (144,83,46). Sum of RGB (Red+Green+Blue) = 144+83+46=273 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.75% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 144 - color contains mainly: red. Hex color #90532E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90532E is #6FACD1. Grayscale: #616161. Windows color (decimal): -7318738 or 3036048. OLE color: 3036048.

HSL color Cylindrical-coordinate representation of color #90532E: hue angle of 22.65º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #90532E is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.44.

Color convert

RGB1448346-
CMYK00.420.680.44
HSL22.65º51.58%37.25%-
HSV(B)22.65º68.06%56.47%-
XYZ15.0912.314.17-
YUV97.0299.21161.51-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 52.75%
GREEN value IS 83 (32.81% from 255) = 30.40%
BLUE value IS 46 (18.36% from 255) = 16.85%
R=52.75%
G=30.40%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144834600.420.680.4422.6551.5837.25
Hex90532E02A442C173425
Octal2201235605210454276445
Binary1001000010100111011100101010100010010110010111110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90532E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90532E; }

 p { color: rgb(144,83,46); }

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

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

 a { background-color: rgb(144,83,46); }

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

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

 span { border-color: rgb(144,83,46); }

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