Html Css Color HEX #905331 Chelsea Gem

📋 copy color: '#905331'

red 144 ◦ green 83 ◦ blue 49

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

Shades of Chelsea Gem #905331

Tints of Chelsea Gem #905331

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.07%

 BLUE value IS 49 (19.53% from 255) = 17.75%

R = 52.17%
G = 30.07%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.66

 K value IS 0.44

RGB Variations

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

Color information

#905331 (or 0x905331) is known color: Chelsea Gem. HEX triplet: 90, 53 and 31. RGB value is (144,83,49). Sum of RGB (Red+Green+Blue) = 144+83+49=276 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.17% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 144 - color contains mainly: red. Hex color #905331 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #905331 is #6FACCE. Grayscale: #616161. Windows color (decimal): -7318735 or 3232656. OLE color: 3232656.

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

Color convert

RGB 144 83 49 -
CMYK 0 0.42 0.66 0.44
HSL 21.47º 0.49% 0.38% -
HSV(B) 21.47º 0.66% 0.56% -
XYZ 15.15 12.34 4.49 -
YUV 97.36 100.71 161.26 -
System Red Green Blue C M Y K H S L
Decimal 144 83 49 0 0.42 0.66 0.44 21.47 0.49 0.38
Hex 90 53 31 0 2A 42 2C 15 31 26
Octal 220 123 61 0 52 102 54 25 61 46
Binary 10010000 1010011 110001 0 101010 1000010 101100 10101 110001 100110

Color Harmonies of #905331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905331

Black with #905331

Text Example


Text Example

White with #905331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #905331; }

 p { color: rgb(144,83,49); }

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

background-color css

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

 a { background-color: rgb(144,83,49); }

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

border-color css

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

 span { border-color: rgb(144,83,49); }

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