Html Css Color HEX #93552C Chelsea Gem

📋 copy color: '#93552C'

red 147 ◦ green 85 ◦ blue 44

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

Shades of Chelsea Gem #93552C

Tints of Chelsea Gem #93552C

RGB

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

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

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

R = 53.26%
G = 30.8%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#93552C (or 0x93552C) is known color: Chelsea Gem. HEX triplet: 93, 55 and 2C. RGB value is (147,85,44). Sum of RGB (Red+Green+Blue) = 147+85+44=276 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.26% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 147 - color contains mainly: red. Hex color #93552C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93552C is #6CAAD3. Grayscale: #636363. Windows color (decimal): -7121620 or 2905491. OLE color: 2905491.

HSL color Cylindrical-coordinate representation of color #93552C: hue angle of 23.88º 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 #93552C is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 85 44 -
CMYK 0 0.42 0.70 0.42
HSL 23.88º 0.54% 0.37% -
HSV(B) 23.88º 0.7% 0.58% -
XYZ 15.74 12.88 4.04 -
YUV 98.86 97.04 162.33 -
System Red Green Blue C M Y K H S L
Decimal 147 85 44 0 0.42 0.70 0.42 23.88 0.54 0.37
Hex 93 55 2C 0 2A 46 2A 18 36 25
Octal 223 125 54 0 52 106 52 30 66 45
Binary 10010011 1010101 101100 0 101010 1000110 101010 11000 110110 100101

Color Harmonies of #93552C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93552C

Black with #93552C

Text Example


Text Example

White with #93552C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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