#93542a

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

Shades of Chelsea Gem #93542A

Tints of Chelsea Gem #93542A

Color information

#93542A (or 0x93542A) is unknown color: approx Chelsea Gem. HEX triplet: 93, 54 and 2A. RGB value is (147,84,42). Sum of RGB (Red+Green+Blue) = 147+84+42=273 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.85% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 147 - color contains mainly: red. Hex color #93542A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93542A is #6CABD5. Grayscale: #626262. Windows color (decimal): -7121878 or 2774163. OLE color: 2774163.

HSL color Cylindrical-coordinate representation of color #93542A: hue angle of 24º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #93542A is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB1478442-
CMYK00.430.710.42
HSL24º55.56%37.06%-
HSV(B)24º71.43%57.65%-
XYZ15.6212.713.82-
YUV98.0596.37162.92-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 53.85%
GREEN value IS 84 (33.20% from 255) = 30.77%
BLUE value IS 42 (16.80% from 255) = 15.38%
R=53.85%
G=30.77%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147844200.430.710.422455.5637.06
Hex93542A02B472A183825
Octal2231245205310752307045
Binary1001001110101001010100101011100011110101011000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93542a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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