Html Css Color HEX #945048 Copper Rust

📋 copy color: '#945048'

red 148 ◦ green 80 ◦ blue 72

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

Shades of Copper Rust #945048

Tints of Copper Rust #945048

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.67%

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

R = 49.33%
G = 26.67%
B = 24%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#945048 (or 0x945048) is known color: Copper Rust. HEX triplet: 94, 50 and 48. RGB value is (148,80,72). Sum of RGB (Red+Green+Blue) = 148+80+72=300 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.33% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 148 - color contains mainly: red. Hex color #945048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945048 is #6BAFB7. Grayscale: #636363. Windows color (decimal): -7057336 or 4739220. OLE color: 4739220.

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

Color convert

RGB 148 80 72 -
CMYK 0 0.46 0.51 0.42
HSL 6.32º 0.35% 0.43% -
HSV(B) 6.32º 0.51% 0.58% -
XYZ 16.25 12.5 7.69 -
YUV 99.42 112.53 162.65 -
System Red Green Blue C M Y K H S L
Decimal 148 80 72 0 0.46 0.51 0.42 6.32 0.35 0.43
Hex 94 50 48 0 2E 33 2A 6 23 2B
Octal 224 120 110 0 56 63 52 6 43 53
Binary 10010100 1010000 1001000 0 101110 110011 101010 110 100011 101011

Color Harmonies of #945048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945048

Black with #945048

Text Example


Text Example

White with #945048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945048; }

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

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

background-color css

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

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

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

border-color css

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

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

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