Html Css Color HEX #94574F Copper Rust

📋 copy color: '#94574F'

red 148 ◦ green 87 ◦ blue 79

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

Shades of Copper Rust #94574F

Tints of Copper Rust #94574F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.71%

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

R = 47.13%
G = 27.71%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#94574F (or 0x94574F) is known color: Copper Rust. HEX triplet: 94, 57 and 4F. RGB value is (148,87,79). Sum of RGB (Red+Green+Blue) = 148+87+79=314 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.13% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 79 (31.25% from 255 or 25.16% from 314); Max value from RGB is 148 - color contains mainly: red. Hex color #94574F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94574F is #6BA8B0. Grayscale: #686868. Windows color (decimal): -7055537 or 5199764. OLE color: 5199764.

HSL color Cylindrical-coordinate representation of color #94574F: hue angle of 6.96º 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 #94574F is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 87 79 -
CMYK 0 0.41 0.47 0.42
HSL 6.96º 0.3% 0.45% -
HSV(B) 6.96º 0.47% 0.58% -
XYZ 17.03 13.68 9.14 -
YUV 104.33 113.71 159.15 -
System Red Green Blue C M Y K H S L
Decimal 148 87 79 0 0.41 0.47 0.42 6.96 0.3 0.45
Hex 94 57 4F 0 29 2F 2A 7 1E 2D
Octal 224 127 117 0 51 57 52 7 36 55
Binary 10010100 1010111 1001111 0 101001 101111 101010 111 11110 101101

Color Harmonies of #94574F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94574F

Black with #94574F

Text Example


Text Example

White with #94574F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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