Html Css Color HEX #94524A Copper Rust

📋 copy color: '#94524A'

red 148 ◦ green 82 ◦ blue 74

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

Shades of Copper Rust #94524A

Tints of Copper Rust #94524A

RGB

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

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

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

R = 48.68%
G = 26.97%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#94524A (or 0x94524A) is known color: Copper Rust. HEX triplet: 94, 52 and 4A. RGB value is (148,82,74). Sum of RGB (Red+Green+Blue) = 148+82+74=304 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.68% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 148 - color contains mainly: red. Hex color #94524A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94524A is #6BADB5. Grayscale: #646464. Windows color (decimal): -7056822 or 4870804. OLE color: 4870804.

HSL color Cylindrical-coordinate representation of color #94524A: hue angle of 6.49º 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 #94524A is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 82 74 -
CMYK 0 0.45 0.50 0.42
HSL 6.49º 0.33% 0.44% -
HSV(B) 6.49º 0.5% 0.58% -
XYZ 16.47 12.82 8.09 -
YUV 100.82 112.87 161.65 -
System Red Green Blue C M Y K H S L
Decimal 148 82 74 0 0.45 0.50 0.42 6.49 0.33 0.44
Hex 94 52 4A 0 2D 32 2A 6 21 2C
Octal 224 122 112 0 55 62 52 6 41 54
Binary 10010100 1010010 1001010 0 101101 110010 101010 110 100001 101100

Color Harmonies of #94524A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94524A

Black with #94524A

Text Example


Text Example

White with #94524A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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