Html Css Color HEX #93544B Copper Rust

📋 copy color: '#93544B'

red 147 ◦ green 84 ◦ blue 75

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

Shades of Copper Rust #93544B

Tints of Copper Rust #93544B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.51%

R = 48.04%
G = 27.45%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#93544B (or 0x93544B) is known color: Copper Rust. HEX triplet: 93, 54 and 4B. RGB value is (147,84,75). Sum of RGB (Red+Green+Blue) = 147+84+75=306 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.04% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 75 (29.69% from 255 or 24.51% from 306); Max value from RGB is 147 - color contains mainly: red. Hex color #93544B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93544B is #6CABB4. Grayscale: #656565. Windows color (decimal): -7121845 or 4936851. OLE color: 4936851.

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

Color convert

RGB 147 84 75 -
CMYK 0 0.43 0.49 0.42
HSL 7.5º 0.32% 0.44% -
HSV(B) 7.5º 0.49% 0.58% -
XYZ 16.47 13.05 8.31 -
YUV 101.81 112.87 160.23 -
System Red Green Blue C M Y K H S L
Decimal 147 84 75 0 0.43 0.49 0.42 7.5 0.32 0.44
Hex 93 54 4B 0 2B 31 2A 8 20 2C
Octal 223 124 113 0 53 61 52 10 40 54
Binary 10010011 1010100 1001011 0 101011 110001 101010 1000 100000 101100

Color Harmonies of #93544B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93544B

Black with #93544B

Text Example


Text Example

White with #93544B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93544B; }

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

 H1.HeaderClassName
 {
   color: #93544B;
 }
 .AnyTagClassName
 {
   color: #93544B;
 }
</style>

background-color css

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

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

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

border-color css

<style>
 span { border-color: #93544B; }

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

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