Html Css Color HEX #945D54 Copper Rust

📋 copy color: '#945D54'

red 148 ◦ green 93 ◦ blue 84

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

Shades of Copper Rust #945D54

Tints of Copper Rust #945D54

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.62%

 BLUE value IS 84 (33.2% from 255) = 25.85%

R = 45.54%
G = 28.62%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#945D54 (or 0x945D54) is known color: Copper Rust. HEX triplet: 94, 5D and 54. RGB value is (148,93,84). Sum of RGB (Red+Green+Blue) = 148+93+84=325 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.54% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 84 (33.20% from 255 or 25.85% from 325); Max value from RGB is 148 - color contains mainly: red. Hex color #945D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945D54 is #6BA2AB. Grayscale: #6C6C6C. Windows color (decimal): -7053996 or 5528980. OLE color: 5528980.

HSL color Cylindrical-coordinate representation of color #945D54: hue angle of 8.44º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #945D54 is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 93 84 -
CMYK 0 0.37 0.43 0.42
HSL 8.44º 0.28% 0.45% -
HSV(B) 8.44º 0.43% 0.58% -
XYZ 17.73 14.76 10.3 -
YUV 108.42 114.22 156.23 -
System Red Green Blue C M Y K H S L
Decimal 148 93 84 0 0.37 0.43 0.42 8.44 0.28 0.45
Hex 94 5D 54 0 25 2B 2A 8 1C 2D
Octal 224 135 124 0 45 53 52 10 34 55
Binary 10010100 1011101 1010100 0 100101 101011 101010 1000 11100 101101

Color Harmonies of #945D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945D54

Black with #945D54

Text Example


Text Example

White with #945D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945D54; }

 p { color: rgb(148,93,84); }

 H1.HeaderClassName
 {
   color: #945D54;
 }
 .AnyTagClassName
 {
   color: #945D54;
 }
</style>

background-color css

<style>
 a { background-color: #945D54; }

 a { background-color: rgb(148,93,84); }

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

border-color css

<style>
 span { border-color: #945D54; }

 span { border-color: rgb(148,93,84); }

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