Html Css Color HEX #905930 Chelsea Gem

📋 copy color: '#905930'

red 144 ◦ green 89 ◦ blue 48

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

Shades of Chelsea Gem #905930

Tints of Chelsea Gem #905930

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.67%

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

R = 51.25%
G = 31.67%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#905930 (or 0x905930) is known color: Chelsea Gem. HEX triplet: 90, 59 and 30. RGB value is (144,89,48). Sum of RGB (Red+Green+Blue) = 144+89+48=281 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.25% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 144 - color contains mainly: red. Hex color #905930 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #905930 is #6FA6CF. Grayscale: #646464. Windows color (decimal): -7317200 or 3168656. OLE color: 3168656.

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

Color convert

RGB 144 89 48 -
CMYK 0 0.38 0.67 0.44
HSL 25.63º 0.5% 0.38% -
HSV(B) 25.63º 0.67% 0.56% -
XYZ 15.61 13.29 4.54 -
YUV 100.77 98.22 158.83 -
System Red Green Blue C M Y K H S L
Decimal 144 89 48 0 0.38 0.67 0.44 25.63 0.5 0.38
Hex 90 59 30 0 26 43 2C 1A 32 26
Octal 220 131 60 0 46 103 54 32 62 46
Binary 10010000 1011001 110000 0 100110 1000011 101100 11010 110010 100110

Color Harmonies of #905930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905930

Black with #905930

Text Example


Text Example

White with #905930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #905930; }

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

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

background-color css

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

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

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

border-color css

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

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

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