Html Css Color HEX #94594A Copper Rust

📋 copy color: '#94594A'

red 148 ◦ green 89 ◦ blue 74

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

Shades of Copper Rust #94594A

Tints of Copper Rust #94594A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.62%

 BLUE value IS 74 (29.3% from 255) = 23.79%

R = 47.59%
G = 28.62%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#94594A (or 0x94594A) is known color: Copper Rust. HEX triplet: 94, 59 and 4A. RGB value is (148,89,74). Sum of RGB (Red+Green+Blue) = 148+89+74=311 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.59% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 148 - color contains mainly: red. Hex color #94594A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94594A is #6BA6B5. Grayscale: #696969. Windows color (decimal): -7055030 or 4872596. OLE color: 4872596.

HSL color Cylindrical-coordinate representation of color #94594A: hue angle of 12.16º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #94594A is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 89 74 -
CMYK 0 0.40 0.50 0.42
HSL 12.16º 0.33% 0.44% -
HSV(B) 12.16º 0.5% 0.58% -
XYZ 17.02 13.94 8.27 -
YUV 104.93 110.55 158.72 -
System Red Green Blue C M Y K H S L
Decimal 148 89 74 0 0.40 0.50 0.42 12.16 0.33 0.44
Hex 94 59 4A 0 28 32 2A C 21 2C
Octal 224 131 112 0 50 62 52 14 41 54
Binary 10010100 1011001 1001010 0 101000 110010 101010 1100 100001 101100

Color Harmonies of #94594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94594A

Black with #94594A

Text Example


Text Example

White with #94594A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94594A; }

 p { color: rgb(148,89,74); }

 H1.HeaderClassName
 {
   color: #94594A;
 }
 .AnyTagClassName
 {
   color: #94594A;
 }
</style>

background-color css

<style>
 a { background-color: #94594A; }

 a { background-color: rgb(148,89,74); }

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

border-color css

<style>
 span { border-color: #94594A; }

 span { border-color: rgb(148,89,74); }

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