Html Css Color HEX #905535 Chelsea Gem

📋 copy color: '#905535'

red 144 ◦ green 85 ◦ blue 53

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

Shades of Chelsea Gem #905535

Tints of Chelsea Gem #905535

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.14%

 BLUE value IS 53 (21.09% from 255) = 18.79%

R = 51.06%
G = 30.14%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.63

 K value IS 0.44

RGB Variations

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

Color information

#905535 (or 0x905535) is known color: Chelsea Gem. HEX triplet: 90, 55 and 35. RGB value is (144,85,53). Sum of RGB (Red+Green+Blue) = 144+85+53=282 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.06% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 53 (21.09% from 255 or 18.79% from 282); Max value from RGB is 144 - color contains mainly: red. Hex color #905535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #905535 is #6FAACA. Grayscale: #636363. Windows color (decimal): -7318219 or 3495312. OLE color: 3495312.

HSL color Cylindrical-coordinate representation of color #905535: hue angle of 21.1º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #905535 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 85 53 -
CMYK 0 0.41 0.63 0.44
HSL 21.1º 0.46% 0.39% -
HSV(B) 21.1º 0.63% 0.56% -
XYZ 15.39 12.68 5.01 -
YUV 98.99 102.05 160.1 -
System Red Green Blue C M Y K H S L
Decimal 144 85 53 0 0.41 0.63 0.44 21.1 0.46 0.39
Hex 90 55 35 0 29 3F 2C 15 2E 27
Octal 220 125 65 0 51 77 54 25 56 47
Binary 10010000 1010101 110101 0 101001 111111 101100 10101 101110 100111

Color Harmonies of #905535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905535

Black with #905535

Text Example


Text Example

White with #905535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #905535; }

 p { color: rgb(144,85,53); }

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

background-color css

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

 a { background-color: rgb(144,85,53); }

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

border-color css

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

 span { border-color: rgb(144,85,53); }

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