Html Css Color HEX #905533 Chelsea Gem

📋 copy color: '#905533'

red 144 ◦ green 85 ◦ blue 51

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

Shades of Chelsea Gem #905533

Tints of Chelsea Gem #905533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.21%

R = 51.43%
G = 30.36%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.65

 K value IS 0.44

RGB Variations

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

Color information

#905533 (or 0x905533) is known color: Chelsea Gem. HEX triplet: 90, 55 and 33. RGB value is (144,85,51). Sum of RGB (Red+Green+Blue) = 144+85+51=280 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.43% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 51 (20.31% from 255 or 18.21% from 280); Max value from RGB is 144 - color contains mainly: red. Hex color #905533 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #905533 is #6FAACC. Grayscale: #626262. Windows color (decimal): -7318221 or 3364240. OLE color: 3364240.

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

Color convert

RGB 144 85 51 -
CMYK 0 0.41 0.65 0.44
HSL 21.94º 0.48% 0.38% -
HSV(B) 21.94º 0.65% 0.56% -
XYZ 15.35 12.67 4.77 -
YUV 98.77 101.05 160.26 -
System Red Green Blue C M Y K H S L
Decimal 144 85 51 0 0.41 0.65 0.44 21.94 0.48 0.38
Hex 90 55 33 0 29 41 2C 16 30 26
Octal 220 125 63 0 51 101 54 26 60 46
Binary 10010000 1010101 110011 0 101001 1000001 101100 10110 110000 100110

Color Harmonies of #905533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905533

Black with #905533

Text Example


Text Example

White with #905533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #905533; }

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

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

background-color css

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

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

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

border-color css

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

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

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