Html Css Color HEX #94514A Copper Rust

📋 copy color: '#94514A'

red 148 ◦ green 81 ◦ blue 74

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

Shades of Copper Rust #94514A

Tints of Copper Rust #94514A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.73%

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

R = 48.84%
G = 26.73%
B = 24.42%

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

#94514A (or 0x94514A) is known color: Copper Rust. HEX triplet: 94, 51 and 4A. RGB value is (148,81,74). Sum of RGB (Red+Green+Blue) = 148+81+74=303 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.84% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 74 (29.30% from 255 or 24.42% from 303); Max value from RGB is 148 - color contains mainly: red. Hex color #94514A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94514A is #6BAEB5. Grayscale: #646464. Windows color (decimal): -7057078 or 4870548. OLE color: 4870548.

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

Color convert

RGB 148 81 74 -
CMYK 0 0.45 0.50 0.42
HSL 5.68º 0.33% 0.44% -
HSV(B) 5.68º 0.5% 0.58% -
XYZ 16.39 12.68 8.06 -
YUV 100.24 113.2 162.07 -
System Red Green Blue C M Y K H S L
Decimal 148 81 74 0 0.45 0.50 0.42 5.68 0.33 0.44
Hex 94 51 4A 0 2D 32 2A 6 21 2C
Octal 224 121 112 0 55 62 52 6 41 54
Binary 10010100 1010001 1001010 0 101101 110010 101010 110 100001 101100

Color Harmonies of #94514A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94514A

Black with #94514A

Text Example


Text Example

White with #94514A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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