Html Css Color HEX #90502F Chelsea Gem

📋 copy color: '#90502F'

red 144 ◦ green 80 ◦ blue 47

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

Shades of Chelsea Gem #90502F

Tints of Chelsea Gem #90502F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.52%

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

R = 53.14%
G = 29.52%
B = 17.34%

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

#90502F (or 0x90502F) is known color: Chelsea Gem. HEX triplet: 90, 50 and 2F. RGB value is (144,80,47). Sum of RGB (Red+Green+Blue) = 144+80+47=271 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.14% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 144 - color contains mainly: red. Hex color #90502F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90502F is #6FAFD0. Grayscale: #5F5F5F. Windows color (decimal): -7319505 or 3100816. OLE color: 3100816.

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

Color convert

RGB 144 80 47 -
CMYK 0 0.44 0.67 0.44
HSL 20.41º 0.51% 0.37% -
HSV(B) 20.41º 0.67% 0.56% -
XYZ 14.88 11.87 4.2 -
YUV 95.37 100.7 162.68 -
System Red Green Blue C M Y K H S L
Decimal 144 80 47 0 0.44 0.67 0.44 20.41 0.51 0.37
Hex 90 50 2F 0 2C 43 2C 14 33 25
Octal 220 120 57 0 54 103 54 24 63 45
Binary 10010000 1010000 101111 0 101100 1000011 101100 10100 110011 100101

Color Harmonies of #90502F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90502F

Black with #90502F

Text Example


Text Example

White with #90502F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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