Html Css Color HEX #93592D Chelsea Gem

📋 copy color: '#93592D'

red 147 ◦ green 89 ◦ blue 45

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

Shades of Chelsea Gem #93592D

Tints of Chelsea Gem #93592D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.67%

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

R = 52.31%
G = 31.67%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#93592D (or 0x93592D) is known color: Chelsea Gem. HEX triplet: 93, 59 and 2D. RGB value is (147,89,45). Sum of RGB (Red+Green+Blue) = 147+89+45=281 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.31% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 147 - color contains mainly: red. Hex color #93592D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93592D is #6CA6D2. Grayscale: #656565. Windows color (decimal): -7120595 or 2972051. OLE color: 2972051.

HSL color Cylindrical-coordinate representation of color #93592D: hue angle of 25.88º 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 #93592D is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 89 45 -
CMYK 0 0.39 0.69 0.42
HSL 25.88º 0.53% 0.38% -
HSV(B) 25.88º 0.69% 0.58% -
XYZ 16.08 13.54 4.25 -
YUV 101.33 96.22 160.58 -
System Red Green Blue C M Y K H S L
Decimal 147 89 45 0 0.39 0.69 0.42 25.88 0.53 0.38
Hex 93 59 2D 0 27 45 2A 1A 35 26
Octal 223 131 55 0 47 105 52 32 65 46
Binary 10010011 1011001 101101 0 100111 1000101 101010 11010 110101 100110

Color Harmonies of #93592D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93592D

Black with #93592D

Text Example


Text Example

White with #93592D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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