Html Css Color HEX #94504C Copper Rust

📋 copy color: '#94504C'

red 148 ◦ green 80 ◦ blue 76

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

Shades of Copper Rust #94504C

Tints of Copper Rust #94504C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.32%

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

R = 48.68%
G = 26.32%
B = 25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#94504C (or 0x94504C) is known color: Copper Rust. HEX triplet: 94, 50 and 4C. RGB value is (148,80,76). Sum of RGB (Red+Green+Blue) = 148+80+76=304 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.68% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 148 - color contains mainly: red. Hex color #94504C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94504C is #6BAFB3. Grayscale: #636363. Windows color (decimal): -7057332 or 5001364. OLE color: 5001364.

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

Color convert

RGB 148 80 76 -
CMYK 0 0.46 0.49 0.42
HSL 3.33º 0.32% 0.44% -
HSV(B) 3.33º 0.49% 0.58% -
XYZ 16.39 12.56 8.4 -
YUV 99.88 114.53 162.33 -
System Red Green Blue C M Y K H S L
Decimal 148 80 76 0 0.46 0.49 0.42 3.33 0.32 0.44
Hex 94 50 4C 0 2E 31 2A 3 20 2C
Octal 224 120 114 0 56 61 52 3 40 54
Binary 10010100 1010000 1001100 0 101110 110001 101010 11 100000 101100

Color Harmonies of #94504C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94504C

Black with #94504C

Text Example


Text Example

White with #94504C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,80,76); }

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

background-color css

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

 a { background-color: rgb(148,80,76); }

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

border-color css

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

 span { border-color: rgb(148,80,76); }

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