Html Css Color HEX #93542A Chelsea Gem

📋 copy color: '#93542A'

red 147 ◦ green 84 ◦ blue 42

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

Shades of Chelsea Gem #93542A

Tints of Chelsea Gem #93542A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.77%

 BLUE value IS 42 (16.8% from 255) = 15.38%

R = 53.85%
G = 30.77%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#93542A (or 0x93542A) is known color: 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

RGB 147 84 42 -
CMYK 0 0.43 0.71 0.42
HSL 24º 0.56% 0.37% -
HSV(B) 24º 0.71% 0.58% -
XYZ 15.62 12.71 3.82 -
YUV 98.05 96.37 162.92 -
System Red Green Blue C M Y K H S L
Decimal 147 84 42 0 0.43 0.71 0.42 24 0.56 0.37
Hex 93 54 2A 0 2B 47 2A 18 38 25
Octal 223 124 52 0 53 107 52 30 70 45
Binary 10010011 1010100 101010 0 101011 1000111 101010 11000 111000 100101

Color Harmonies of #93542A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93542A

Black with #93542A

Text Example


Text Example

White with #93542A

Text Example


Text Example

HTML Codes & Css Web 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>