Html Css Color HEX #93524D Copper Rust

📋 copy color: '#93524D'

red 147 ◦ green 82 ◦ blue 77

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

Shades of Copper Rust #93524D

Tints of Copper Rust #93524D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.8%

 BLUE value IS 77 (30.47% from 255) = 25.16%

R = 48.04%
G = 26.8%
B = 25.16%

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

#93524D (or 0x93524D) is known color: Copper Rust. HEX triplet: 93, 52 and 4D. RGB value is (147,82,77). Sum of RGB (Red+Green+Blue) = 147+82+77=306 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.04% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 147 - color contains mainly: red. Hex color #93524D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93524D is #6CADB2. Grayscale: #646464. Windows color (decimal): -7122355 or 5067411. OLE color: 5067411.

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

Color convert

RGB 147 82 77 -
CMYK 0 0.44 0.48 0.42
HSL 4.29º 0.31% 0.44% -
HSV(B) 4.29º 0.48% 0.58% -
XYZ 16.39 12.77 8.62 -
YUV 100.87 114.53 160.91 -
System Red Green Blue C M Y K H S L
Decimal 147 82 77 0 0.44 0.48 0.42 4.29 0.31 0.44
Hex 93 52 4D 0 2C 30 2A 4 1F 2C
Octal 223 122 115 0 54 60 52 4 37 54
Binary 10010011 1010010 1001101 0 101100 110000 101010 100 11111 101100

Color Harmonies of #93524D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93524D

Black with #93524D

Text Example


Text Example

White with #93524D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,82,77); }

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

background-color css

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

 a { background-color: rgb(147,82,77); }

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

border-color css

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

 span { border-color: rgb(147,82,77); }

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