Html Css Color HEX #905030 Chelsea Gem

📋 copy color: '#905030'

red 144 ◦ green 80 ◦ blue 48

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

Shades of Chelsea Gem #905030

Tints of Chelsea Gem #905030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.65%

R = 52.94%
G = 29.41%
B = 17.65%

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

#905030 (or 0x905030) is known color: Chelsea Gem. HEX triplet: 90, 50 and 30. RGB value is (144,80,48). Sum of RGB (Red+Green+Blue) = 144+80+48=272 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.94% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 48 (19.14% from 255 or 17.65% from 272); Max value from RGB is 144 - color contains mainly: red. Hex color #905030 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #905030 is #6FAFCF. Grayscale: #5F5F5F. Windows color (decimal): -7319504 or 3166352. OLE color: 3166352.

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

Color convert

RGB 144 80 48 -
CMYK 0 0.44 0.67 0.44
HSL 20º 0.5% 0.38% -
HSV(B) 20º 0.67% 0.56% -
XYZ 14.9 11.88 4.3 -
YUV 95.49 101.2 162.6 -
System Red Green Blue C M Y K H S L
Decimal 144 80 48 0 0.44 0.67 0.44 20 0.5 0.38
Hex 90 50 30 0 2C 43 2C 14 32 26
Octal 220 120 60 0 54 103 54 24 62 46
Binary 10010000 1010000 110000 0 101100 1000011 101100 10100 110010 100110

Color Harmonies of #905030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905030

Black with #905030

Text Example


Text Example

White with #905030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #905030; }

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

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

background-color css

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

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

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

border-color css

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

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

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