Html Css Color HEX #93522C Chelsea Gem

📋 copy color: '#93522C'

red 147 ◦ green 82 ◦ blue 44

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

Shades of Chelsea Gem #93522C

Tints of Chelsea Gem #93522C

RGB

 RED value IS 147 (57.81% from 255) = 53.85%

 GREEN value IS 82 (32.42% from 255) = 30.04%

 BLUE value IS 44 (17.58% from 255) = 16.12%

R = 53.85%
G = 30.04%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#93522C (or 0x93522C) is known color: Chelsea Gem. HEX triplet: 93, 52 and 2C. RGB value is (147,82,44). Sum of RGB (Red+Green+Blue) = 147+82+44=273 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.85% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 147 - color contains mainly: red. Hex color #93522C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93522C is #6CADD3. Grayscale: #616161. Windows color (decimal): -7122388 or 2904723. OLE color: 2904723.

HSL color Cylindrical-coordinate representation of color #93522C: hue angle of 22.14º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #93522C is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 82 44 -
CMYK 0 0.44 0.70 0.42
HSL 22.14º 0.54% 0.37% -
HSV(B) 22.14º 0.7% 0.58% -
XYZ 15.5 12.42 3.96 -
YUV 97.1 98.03 163.59 -
System Red Green Blue C M Y K H S L
Decimal 147 82 44 0 0.44 0.70 0.42 22.14 0.54 0.37
Hex 93 52 2C 0 2C 46 2A 16 36 25
Octal 223 122 54 0 54 106 52 26 66 45
Binary 10010011 1010010 101100 0 101100 1000110 101010 10110 110110 100101

Color Harmonies of #93522C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93522C

Black with #93522C

Text Example


Text Example

White with #93522C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93522C; }

 p { color: rgb(147,82,44); }

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

background-color css

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

 a { background-color: rgb(147,82,44); }

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

border-color css

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

 span { border-color: rgb(147,82,44); }

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