Html Css Color HEX #90512F Chelsea Gem

📋 copy color: '#90512F'

red 144 ◦ green 81 ◦ blue 47

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

Shades of Chelsea Gem #90512F

Tints of Chelsea Gem #90512F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.28%

R = 52.94%
G = 29.78%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#90512F (or 0x90512F) is known color: Chelsea Gem. HEX triplet: 90, 51 and 2F. RGB value is (144,81,47). Sum of RGB (Red+Green+Blue) = 144+81+47=272 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.94% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 144 - color contains mainly: red. Hex color #90512F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90512F is #6FAED0. Grayscale: #606060. Windows color (decimal): -7319249 or 3101072. OLE color: 3101072.

HSL color Cylindrical-coordinate representation of color #90512F: hue angle of 21.03º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #90512F is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 81 47 -
CMYK 0 0.44 0.67 0.44
HSL 21.03º 0.51% 0.37% -
HSV(B) 21.03º 0.67% 0.56% -
XYZ 14.96 12.02 4.22 -
YUV 95.96 100.37 162.26 -
System Red Green Blue C M Y K H S L
Decimal 144 81 47 0 0.44 0.67 0.44 21.03 0.51 0.37
Hex 90 51 2F 0 2C 43 2C 15 33 25
Octal 220 121 57 0 54 103 54 25 63 45
Binary 10010000 1010001 101111 0 101100 1000011 101100 10101 110011 100101

Color Harmonies of #90512F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90512F

Black with #90512F

Text Example


Text Example

White with #90512F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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