Html Css Color HEX #93554C Copper Rust

📋 copy color: '#93554C'

red 147 ◦ green 85 ◦ blue 76

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

Shades of Copper Rust #93554C

Tints of Copper Rust #93554C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.6%

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

R = 47.73%
G = 27.6%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#93554C (or 0x93554C) is known color: Copper Rust. HEX triplet: 93, 55 and 4C. RGB value is (147,85,76). Sum of RGB (Red+Green+Blue) = 147+85+76=308 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.73% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 147 - color contains mainly: red. Hex color #93554C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93554C is #6CAAB3. Grayscale: #666666. Windows color (decimal): -7121588 or 5002643. OLE color: 5002643.

HSL color Cylindrical-coordinate representation of color #93554C: hue angle of 7.61º 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 #93554C is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 85 76 -
CMYK 0 0.42 0.48 0.42
HSL 7.61º 0.32% 0.44% -
HSV(B) 7.61º 0.48% 0.58% -
XYZ 16.59 13.22 8.52 -
YUV 102.51 113.04 159.73 -
System Red Green Blue C M Y K H S L
Decimal 147 85 76 0 0.42 0.48 0.42 7.61 0.32 0.44
Hex 93 55 4C 0 2A 30 2A 8 20 2C
Octal 223 125 114 0 52 60 52 10 40 54
Binary 10010011 1010101 1001100 0 101010 110000 101010 1000 100000 101100

Color Harmonies of #93554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93554C

Black with #93554C

Text Example


Text Example

White with #93554C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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