Html Css Color HEX #90512E Chelsea Gem

📋 copy color: '#90512E'

red 144 ◦ green 81 ◦ blue 46

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

Shades of Chelsea Gem #90512E

Tints of Chelsea Gem #90512E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.89%

 BLUE value IS 46 (18.36% from 255) = 16.97%

R = 53.14%
G = 29.89%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.44

RGB Variations

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

Color information

#90512E (or 0x90512E) is known color: Chelsea Gem. HEX triplet: 90, 51 and 2E. RGB value is (144,81,46). Sum of RGB (Red+Green+Blue) = 144+81+46=271 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.14% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 46 (18.36% from 255 or 16.97% from 271); Max value from RGB is 144 - color contains mainly: red. Hex color #90512E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90512E is #6FAED1. Grayscale: #606060. Windows color (decimal): -7319250 or 3035536. OLE color: 3035536.

HSL color Cylindrical-coordinate representation of color #90512E: hue angle of 21.43º 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 #90512E is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 81 46 -
CMYK 0 0.44 0.68 0.44
HSL 21.43º 0.52% 0.37% -
HSV(B) 21.43º 0.68% 0.56% -
XYZ 14.94 12.01 4.12 -
YUV 95.85 99.87 162.35 -
System Red Green Blue C M Y K H S L
Decimal 144 81 46 0 0.44 0.68 0.44 21.43 0.52 0.37
Hex 90 51 2E 0 2C 44 2C 15 34 25
Octal 220 121 56 0 54 104 54 25 64 45
Binary 10010000 1010001 101110 0 101100 1000100 101100 10101 110100 100101

Color Harmonies of #90512E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90512E

Black with #90512E

Text Example


Text Example

White with #90512E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #90512E;
 }
 .AnyTagClassName
 {
   color: #90512E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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