Html Css Color HEX #94504F Copper Rust

📋 copy color: '#94504F'

red 148 ◦ green 80 ◦ blue 79

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

Shades of Copper Rust #94504F

Tints of Copper Rust #94504F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.73%

R = 48.21%
G = 26.06%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#94504F (or 0x94504F) is known color: Copper Rust. HEX triplet: 94, 50 and 4F. RGB value is (148,80,79). Sum of RGB (Red+Green+Blue) = 148+80+79=307 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.21% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 79 (31.25% from 255 or 25.73% from 307); Max value from RGB is 148 - color contains mainly: red. Hex color #94504F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94504F is #6BAFB0. Grayscale: #646464. Windows color (decimal): -7057329 or 5197972. OLE color: 5197972.

HSL color Cylindrical-coordinate representation of color #94504F: hue angle of 0.87º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #94504F is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 80 79 -
CMYK 0 0.46 0.47 0.42
HSL 0.87º 0.3% 0.45% -
HSV(B) 0.87º 0.47% 0.58% -
XYZ 16.49 12.6 8.96 -
YUV 100.22 116.03 162.08 -
System Red Green Blue C M Y K H S L
Decimal 148 80 79 0 0.46 0.47 0.42 0.87 0.3 0.45
Hex 94 50 4F 0 2E 2F 2A 1 1E 2D
Octal 224 120 117 0 56 57 52 1 36 55
Binary 10010100 1010000 1001111 0 101110 101111 101010 1 11110 101101

Color Harmonies of #94504F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94504F

Black with #94504F

Text Example


Text Example

White with #94504F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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