Html Css Color HEX #94504E Copper Rust

📋 copy color: '#94504E'

red 148 ◦ green 80 ◦ blue 78

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

Shades of Copper Rust #94504E

Tints of Copper Rust #94504E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25.49%

R = 48.37%
G = 26.14%
B = 25.49%

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

#94504E (or 0x94504E) is known color: Copper Rust. HEX triplet: 94, 50 and 4E. RGB value is (148,80,78). Sum of RGB (Red+Green+Blue) = 148+80+78=306 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.37% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 148 - color contains mainly: red. Hex color #94504E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94504E is #6BAFB1. Grayscale: #646464. Windows color (decimal): -7057330 or 5132436. OLE color: 5132436.

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

Color convert

RGB 148 80 78 -
CMYK 0 0.46 0.47 0.42
HSL 1.71º 0.31% 0.44% -
HSV(B) 1.71º 0.47% 0.58% -
XYZ 16.46 12.58 8.77 -
YUV 100.1 115.53 162.16 -
System Red Green Blue C M Y K H S L
Decimal 148 80 78 0 0.46 0.47 0.42 1.71 0.31 0.44
Hex 94 50 4E 0 2E 2F 2A 2 1F 2C
Octal 224 120 116 0 56 57 52 2 37 54
Binary 10010100 1010000 1001110 0 101110 101111 101010 10 11111 101100

Color Harmonies of #94504E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94504E

Black with #94504E

Text Example


Text Example

White with #94504E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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