Html Css Color HEX #93532C Chelsea Gem

📋 copy color: '#93532C'

red 147 ◦ green 83 ◦ blue 44

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

Shades of Chelsea Gem #93532C

Tints of Chelsea Gem #93532C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.29%

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

R = 53.65%
G = 30.29%
B = 16.06%

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

#93532C (or 0x93532C) is known color: Chelsea Gem. HEX triplet: 93, 53 and 2C. RGB value is (147,83,44). Sum of RGB (Red+Green+Blue) = 147+83+44=274 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.65% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 44 (17.58% from 255 or 16.06% from 274); Max value from RGB is 147 - color contains mainly: red. Hex color #93532C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93532C is #6CACD3. Grayscale: #616161. Windows color (decimal): -7122132 or 2904979. OLE color: 2904979.

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

Color convert

RGB 147 83 44 -
CMYK 0 0.44 0.70 0.42
HSL 22.72º 0.54% 0.37% -
HSV(B) 22.72º 0.7% 0.58% -
XYZ 15.58 12.57 3.99 -
YUV 97.69 97.7 163.17 -
System Red Green Blue C M Y K H S L
Decimal 147 83 44 0 0.44 0.70 0.42 22.72 0.54 0.37
Hex 93 53 2C 0 2C 46 2A 17 36 25
Octal 223 123 54 0 54 106 52 27 66 45
Binary 10010011 1010011 101100 0 101100 1000110 101010 10111 110110 100101

Color Harmonies of #93532C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93532C

Black with #93532C

Text Example


Text Example

White with #93532C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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