Html Css Color HEX #93522D Chelsea Gem

📋 copy color: '#93522D'

red 147 ◦ green 82 ◦ blue 45

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

Shades of Chelsea Gem #93522D

Tints of Chelsea Gem #93522D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.42%

R = 53.65%
G = 29.93%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#93522D (or 0x93522D) is known color: Chelsea Gem. HEX triplet: 93, 52 and 2D. RGB value is (147,82,45). Sum of RGB (Red+Green+Blue) = 147+82+45=274 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.65% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 45 (17.97% from 255 or 16.42% from 274); Max value from RGB is 147 - color contains mainly: red. Hex color #93522D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93522D is #6CADD2. Grayscale: #616161. Windows color (decimal): -7122387 or 2970259. OLE color: 2970259.

HSL color Cylindrical-coordinate representation of color #93522D: hue angle of 21.76º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #93522D is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 82 45 -
CMYK 0 0.44 0.69 0.42
HSL 21.76º 0.53% 0.38% -
HSV(B) 21.76º 0.69% 0.58% -
XYZ 15.52 12.43 4.06 -
YUV 97.22 98.53 163.51 -
System Red Green Blue C M Y K H S L
Decimal 147 82 45 0 0.44 0.69 0.42 21.76 0.53 0.38
Hex 93 52 2D 0 2C 45 2A 16 35 26
Octal 223 122 55 0 54 105 52 26 65 46
Binary 10010011 1010010 101101 0 101100 1000101 101010 10110 110101 100110

Color Harmonies of #93522D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93522D

Black with #93522D

Text Example


Text Example

White with #93522D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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