#93542D

Color #93542D Chelsea Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Gem #93542D

Tints of Chelsea Gem #93542D

Color information

#93542D (or 0x93542D) is unknown color: approx Chelsea Gem. HEX triplet: 93, 54 and 2D. RGB value is (147,84,45). Sum of RGB (Red+Green+Blue) = 147+84+45=276 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.26% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 147 - color contains mainly: red. Hex color #93542D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93542D is #6CABD2. Grayscale: #626262. Windows color (decimal): -7121875 or 2970771. OLE color: 2970771.

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

Color convert

RGB1478445-
CMYK00.430.690.42
HSL22.94º53.12%37.65%-
HSV(B)22.94º69.39%57.65%-
XYZ15.6812.734.11-
YUV98.3997.87162.67-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 53.26%
GREEN value IS 84 (33.20% from 255) = 30.43%
BLUE value IS 45 (17.97% from 255) = 16.30%
R=53.26%
G=30.43%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147844500.430.690.4222.9453.1237.65
Hex93542D02B452A173526
Octal2231245505310552276546
Binary1001001110101001011010101011100010110101010111110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93542D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #93542D;
 }
 .AnyTagClassName
 {
   color: #93542D;
 }
</style>
background-color css

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

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

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

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

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

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