Html Css Color HEX #94544D Copper Rust

📋 copy color: '#94544D'

red 148 ◦ green 84 ◦ blue 77

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

Shades of Copper Rust #94544D

Tints of Copper Rust #94544D

RGB

 RED value IS 148 (58.2% from 255) = 47.9%

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

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

R = 47.9%
G = 27.18%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#94544D (or 0x94544D) is known color: Copper Rust. HEX triplet: 94, 54 and 4D. RGB value is (148,84,77). Sum of RGB (Red+Green+Blue) = 148+84+77=309 (40% of max value = 765). Red value is 148 (58.20% from 255 or 47.90% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 148 - color contains mainly: red. Hex color #94544D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94544D is #6BABB2. Grayscale: #666666. Windows color (decimal): -7056307 or 5067924. OLE color: 5067924.

HSL color Cylindrical-coordinate representation of color #94544D: 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 #94544D is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 84 77 -
CMYK 0 0.43 0.48 0.42
HSL 5.92º 0.32% 0.44% -
HSV(B) 5.92º 0.48% 0.58% -
XYZ 16.72 13.17 8.68 -
YUV 102.34 113.7 160.57 -
System Red Green Blue C M Y K H S L
Decimal 148 84 77 0 0.43 0.48 0.42 5.92 0.32 0.44
Hex 94 54 4D 0 2B 30 2A 6 20 2C
Octal 224 124 115 0 53 60 52 6 40 54
Binary 10010100 1010100 1001101 0 101011 110000 101010 110 100000 101100

Color Harmonies of #94544D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94544D

Black with #94544D

Text Example


Text Example

White with #94544D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,84,77); }

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

background-color css

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

 a { background-color: rgb(148,84,77); }

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

border-color css

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

 span { border-color: rgb(148,84,77); }

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