Html Css Color HEX #93552D Chelsea Gem

📋 copy color: '#93552D'

red 147 ◦ green 85 ◦ blue 45

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

Shades of Chelsea Gem #93552D

Tints of Chelsea Gem #93552D

RGB

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

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

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

R = 53.07%
G = 30.69%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#93552D (or 0x93552D) is known color: Chelsea Gem. HEX triplet: 93, 55 and 2D. RGB value is (147,85,45). Sum of RGB (Red+Green+Blue) = 147+85+45=277 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.07% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 147 - color contains mainly: red. Hex color #93552D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93552D is #6CAAD2. Grayscale: #636363. Windows color (decimal): -7121619 or 2971027. OLE color: 2971027.

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

Color convert

RGB 147 85 45 -
CMYK 0 0.42 0.69 0.42
HSL 23.53º 0.53% 0.38% -
HSV(B) 23.53º 0.69% 0.58% -
XYZ 15.75 12.89 4.14 -
YUV 98.98 97.54 162.25 -
System Red Green Blue C M Y K H S L
Decimal 147 85 45 0 0.42 0.69 0.42 23.53 0.53 0.38
Hex 93 55 2D 0 2A 45 2A 18 35 26
Octal 223 125 55 0 52 105 52 30 65 46
Binary 10010011 1010101 101101 0 101010 1000101 101010 11000 110101 100110

Color Harmonies of #93552D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93552D

Black with #93552D

Text Example


Text Example

White with #93552D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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