Html Css Color HEX #93534C Copper Rust

📋 copy color: '#93534C'

red 147 ◦ green 83 ◦ blue 76

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

Shades of Copper Rust #93534C

Tints of Copper Rust #93534C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.84%

R = 48.04%
G = 27.12%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#93534C (or 0x93534C) is known color: Copper Rust. HEX triplet: 93, 53 and 4C. RGB value is (147,83,76). Sum of RGB (Red+Green+Blue) = 147+83+76=306 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.04% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 76 (30.08% from 255 or 24.84% from 306); Max value from RGB is 147 - color contains mainly: red. Hex color #93534C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93534C is #6CACB3. Grayscale: #656565. Windows color (decimal): -7122100 or 5002131. OLE color: 5002131.

HSL color Cylindrical-coordinate representation of color #93534C: hue angle of 5.92º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #93534C is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 83 76 -
CMYK 0 0.44 0.48 0.42
HSL 5.92º 0.32% 0.44% -
HSV(B) 5.92º 0.48% 0.58% -
XYZ 16.43 12.91 8.46 -
YUV 101.34 113.7 160.57 -
System Red Green Blue C M Y K H S L
Decimal 147 83 76 0 0.44 0.48 0.42 5.92 0.32 0.44
Hex 93 53 4C 0 2C 30 2A 6 20 2C
Octal 223 123 114 0 54 60 52 6 40 54
Binary 10010011 1010011 1001100 0 101100 110000 101010 110 100000 101100

Color Harmonies of #93534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93534C

Black with #93534C

Text Example


Text Example

White with #93534C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93534C; }

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

 H1.HeaderClassName
 {
   color: #93534C;
 }
 .AnyTagClassName
 {
   color: #93534C;
 }
</style>

background-color css

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

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

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

border-color css

<style>
 span { border-color: #93534C; }

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

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