Html Css Color HEX #945148 Copper Rust

📋 copy color: '#945148'

red 148 ◦ green 81 ◦ blue 72

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

Shades of Copper Rust #945148

Tints of Copper Rust #945148

RGB

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

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

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

R = 49.17%
G = 26.91%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#945148 (or 0x945148) is known color: Copper Rust. HEX triplet: 94, 51 and 48. RGB value is (148,81,72). Sum of RGB (Red+Green+Blue) = 148+81+72=301 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.17% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 148 - color contains mainly: red. Hex color #945148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945148 is #6BAEB7. Grayscale: #646464. Windows color (decimal): -7057080 or 4739476. OLE color: 4739476.

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

Color convert

RGB 148 81 72 -
CMYK 0 0.45 0.51 0.42
HSL 7.11º 0.35% 0.43% -
HSV(B) 7.11º 0.51% 0.58% -
XYZ 16.32 12.65 7.71 -
YUV 100.01 112.2 162.23 -
System Red Green Blue C M Y K H S L
Decimal 148 81 72 0 0.45 0.51 0.42 7.11 0.35 0.43
Hex 94 51 48 0 2D 33 2A 7 23 2B
Octal 224 121 110 0 55 63 52 7 43 53
Binary 10010100 1010001 1001000 0 101101 110011 101010 111 100011 101011

Color Harmonies of #945148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945148

Black with #945148

Text Example


Text Example

White with #945148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945148; }

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

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

background-color css

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

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

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

border-color css

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

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

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