Html Css Color HEX #905830 Chelsea Gem

📋 copy color: '#905830'

red 144 ◦ green 88 ◦ blue 48

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

Shades of Chelsea Gem #905830

Tints of Chelsea Gem #905830

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.43%

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

R = 51.43%
G = 31.43%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#905830 (or 0x905830) is known color: Chelsea Gem. HEX triplet: 90, 58 and 30. RGB value is (144,88,48). Sum of RGB (Red+Green+Blue) = 144+88+48=280 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.43% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 48 (19.14% from 255 or 17.14% from 280); Max value from RGB is 144 - color contains mainly: red. Hex color #905830 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #905830 is #6FA7CF. Grayscale: #646464. Windows color (decimal): -7317456 or 3168400. OLE color: 3168400.

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

Color convert

RGB 144 88 48 -
CMYK 0 0.39 0.67 0.44
HSL 25º 0.5% 0.38% -
HSV(B) 25º 0.67% 0.56% -
XYZ 15.52 13.12 4.51 -
YUV 100.18 98.55 159.25 -
System Red Green Blue C M Y K H S L
Decimal 144 88 48 0 0.39 0.67 0.44 25 0.5 0.38
Hex 90 58 30 0 27 43 2C 19 32 26
Octal 220 130 60 0 47 103 54 31 62 46
Binary 10010000 1011000 110000 0 100111 1000011 101100 11001 110010 100110

Color Harmonies of #905830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905830

Black with #905830

Text Example


Text Example

White with #905830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #905830; }

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

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

background-color css

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

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

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

border-color css

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

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

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