Html Css Color HEX #945648 Copper Rust

📋 copy color: '#945648'

red 148 ◦ green 86 ◦ blue 72

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

Shades of Copper Rust #945648

Tints of Copper Rust #945648

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.1%

 BLUE value IS 72 (28.52% from 255) = 23.53%

R = 48.37%
G = 28.1%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#945648 (or 0x945648) is known color: Copper Rust. HEX triplet: 94, 56 and 48. RGB value is (148,86,72). Sum of RGB (Red+Green+Blue) = 148+86+72=306 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.37% from 306); Green value is 86 (33.98% from 255 or 28.10% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 148 - color contains mainly: red. Hex color #945648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945648 is #6BA9B7. Grayscale: #676767. Windows color (decimal): -7055800 or 4740756. OLE color: 4740756.

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

Color convert

RGB 148 86 72 -
CMYK 0 0.42 0.51 0.42
HSL 11.05º 0.35% 0.43% -
HSV(B) 11.05º 0.51% 0.58% -
XYZ 16.71 13.42 7.84 -
YUV 102.94 110.54 160.14 -
System Red Green Blue C M Y K H S L
Decimal 148 86 72 0 0.42 0.51 0.42 11.05 0.35 0.43
Hex 94 56 48 0 2A 33 2A B 23 2B
Octal 224 126 110 0 52 63 52 13 43 53
Binary 10010100 1010110 1001000 0 101010 110011 101010 1011 100011 101011

Color Harmonies of #945648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945648

Black with #945648

Text Example


Text Example

White with #945648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945648; }

 p { color: rgb(148,86,72); }

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

background-color css

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

 a { background-color: rgb(148,86,72); }

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

border-color css

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

 span { border-color: rgb(148,86,72); }

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