Html Css Color HEX #93582D Chelsea Gem

📋 copy color: '#93582D'

red 147 ◦ green 88 ◦ blue 45

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

Shades of Chelsea Gem #93582D

Tints of Chelsea Gem #93582D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.43%

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

R = 52.5%
G = 31.43%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#93582D (or 0x93582D) is known color: Chelsea Gem. HEX triplet: 93, 58 and 2D. RGB value is (147,88,45). Sum of RGB (Red+Green+Blue) = 147+88+45=280 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.5% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 147 - color contains mainly: red. Hex color #93582D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93582D is #6CA7D2. Grayscale: #646464. Windows color (decimal): -7120851 or 2971795. OLE color: 2971795.

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

Color convert

RGB 147 88 45 -
CMYK 0 0.40 0.69 0.42
HSL 25.29º 0.53% 0.38% -
HSV(B) 25.29º 0.69% 0.58% -
XYZ 16 13.37 4.22 -
YUV 100.74 96.55 161 -
System Red Green Blue C M Y K H S L
Decimal 147 88 45 0 0.40 0.69 0.42 25.29 0.53 0.38
Hex 93 58 2D 0 28 45 2A 19 35 26
Octal 223 130 55 0 50 105 52 31 65 46
Binary 10010011 1011000 101101 0 101000 1000101 101010 11001 110101 100110

Color Harmonies of #93582D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93582D

Black with #93582D

Text Example


Text Example

White with #93582D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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