Html Css Color HEX #93532D Chelsea Gem

📋 copy color: '#93532D'

red 147 ◦ green 83 ◦ blue 45

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

Shades of Chelsea Gem #93532D

Tints of Chelsea Gem #93532D

RGB

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

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

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

R = 53.45%
G = 30.18%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#93532D (or 0x93532D) is known color: Chelsea Gem. HEX triplet: 93, 53 and 2D. RGB value is (147,83,45). Sum of RGB (Red+Green+Blue) = 147+83+45=275 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.45% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 147 - color contains mainly: red. Hex color #93532D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93532D is #6CACD2. Grayscale: #626262. Windows color (decimal): -7122131 or 2970515. OLE color: 2970515.

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

Color convert

RGB 147 83 45 -
CMYK 0 0.44 0.69 0.42
HSL 22.35º 0.53% 0.38% -
HSV(B) 22.35º 0.69% 0.58% -
XYZ 15.6 12.58 4.09 -
YUV 97.8 98.2 163.09 -
System Red Green Blue C M Y K H S L
Decimal 147 83 45 0 0.44 0.69 0.42 22.35 0.53 0.38
Hex 93 53 2D 0 2C 45 2A 16 35 26
Octal 223 123 55 0 54 105 52 26 65 46
Binary 10010011 1010011 101101 0 101100 1000101 101010 10110 110101 100110

Color Harmonies of #93532D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93532D

Black with #93532D

Text Example


Text Example

White with #93532D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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