Html Css Color HEX #93572C Chelsea Gem

📋 copy color: '#93572C'

red 147 ◦ green 87 ◦ blue 44

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

Shades of Chelsea Gem #93572C

Tints of Chelsea Gem #93572C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.29%

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

R = 52.88%
G = 31.29%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#93572C (or 0x93572C) is known color: Chelsea Gem. HEX triplet: 93, 57 and 2C. RGB value is (147,87,44). Sum of RGB (Red+Green+Blue) = 147+87+44=278 (36% of max value = 765). Red value is 147 (57.81% from 255 or 52.88% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 44 (17.58% from 255 or 15.83% from 278); Max value from RGB is 147 - color contains mainly: red. Hex color #93572C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93572C is #6CA8D3. Grayscale: #646464. Windows color (decimal): -7121108 or 2906003. OLE color: 2906003.

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

Color convert

RGB 147 87 44 -
CMYK 0 0.41 0.70 0.42
HSL 25.05º 0.54% 0.37% -
HSV(B) 25.05º 0.7% 0.58% -
XYZ 15.9 13.2 4.09 -
YUV 100.04 96.38 161.5 -
System Red Green Blue C M Y K H S L
Decimal 147 87 44 0 0.41 0.70 0.42 25.05 0.54 0.37
Hex 93 57 2C 0 29 46 2A 19 36 25
Octal 223 127 54 0 51 106 52 31 66 45
Binary 10010011 1010111 101100 0 101001 1000110 101010 11001 110110 100101

Color Harmonies of #93572C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93572C

Black with #93572C

Text Example


Text Example

White with #93572C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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