Html Css Color HEX #90532D Chelsea Gem

📋 copy color: '#90532D'

red 144 ◦ green 83 ◦ blue 45

#90532D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chelsea Gem #90532D

Tints of Chelsea Gem #90532D

RGB

 RED value IS 144 (56.64% from 255) = 52.94%

 GREEN value IS 83 (32.81% from 255) = 30.51%

 BLUE value IS 45 (17.97% from 255) = 16.54%

R = 52.94%
G = 30.51%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#90532D (or 0x90532D) is known color: Chelsea Gem. HEX triplet: 90, 53 and 2D. RGB value is (144,83,45). Sum of RGB (Red+Green+Blue) = 144+83+45=272 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.94% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 144 - color contains mainly: red. Hex color #90532D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90532D is #6FACD2. Grayscale: #616161. Windows color (decimal): -7318739 or 2970512. OLE color: 2970512.

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

Color convert

RGB 144 83 45 -
CMYK 0 0.42 0.69 0.44
HSL 23.03º 0.52% 0.37% -
HSV(B) 23.03º 0.69% 0.56% -
XYZ 15.07 12.31 4.06 -
YUV 96.91 98.71 161.59 -
System Red Green Blue C M Y K H S L
Decimal 144 83 45 0 0.42 0.69 0.44 23.03 0.52 0.37
Hex 90 53 2D 0 2A 45 2C 17 34 25
Octal 220 123 55 0 52 105 54 27 64 45
Binary 10010000 1010011 101101 0 101010 1000101 101100 10111 110100 100101

Color Harmonies of #90532D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90532D

Black with #90532D

Text Example


Text Example

White with #90532D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #90532D;
 }
 .AnyTagClassName
 {
   color: #90532D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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