Html Css Color HEX #94514C Copper Rust

📋 copy color: '#94514C'

red 148 ◦ green 81 ◦ blue 76

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

Shades of Copper Rust #94514C

Tints of Copper Rust #94514C

RGB

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

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

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

R = 48.52%
G = 26.56%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#94514C (or 0x94514C) is known color: Copper Rust. HEX triplet: 94, 51 and 4C. RGB value is (148,81,76). Sum of RGB (Red+Green+Blue) = 148+81+76=305 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.52% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 148 - color contains mainly: red. Hex color #94514C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94514C is #6BAEB3. Grayscale: #646464. Windows color (decimal): -7057076 or 5001620. OLE color: 5001620.

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

Color convert

RGB 148 81 76 -
CMYK 0 0.45 0.49 0.42
HSL 4.17º 0.32% 0.44% -
HSV(B) 4.17º 0.49% 0.58% -
XYZ 16.46 12.7 8.42 -
YUV 100.46 114.2 161.91 -
System Red Green Blue C M Y K H S L
Decimal 148 81 76 0 0.45 0.49 0.42 4.17 0.32 0.44
Hex 94 51 4C 0 2D 31 2A 4 20 2C
Octal 224 121 114 0 55 61 52 4 40 54
Binary 10010100 1010001 1001100 0 101101 110001 101010 100 100000 101100

Color Harmonies of #94514C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94514C

Black with #94514C

Text Example


Text Example

White with #94514C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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