Html Css Color HEX #944F48 Copper Rust

📋 copy color: '#944F48'

red 148 ◦ green 79 ◦ blue 72

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

Shades of Copper Rust #944F48

Tints of Copper Rust #944F48

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.42%

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

R = 49.5%
G = 26.42%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#944F48 (or 0x944F48) is known color: Copper Rust. HEX triplet: 94, 4F and 48. RGB value is (148,79,72). Sum of RGB (Red+Green+Blue) = 148+79+72=299 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.50% from 299); Green value is 79 (31.25% from 255 or 26.42% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 148 - color contains mainly: red. Hex color #944F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #944F48 is #6BB0B7. Grayscale: #626262. Windows color (decimal): -7057592 or 4738964. OLE color: 4738964.

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

Color convert

RGB 148 79 72 -
CMYK 0 0.47 0.51 0.42
HSL 5.53º 0.35% 0.43% -
HSV(B) 5.53º 0.51% 0.58% -
XYZ 16.18 12.36 7.66 -
YUV 98.83 112.86 163.07 -
System Red Green Blue C M Y K H S L
Decimal 148 79 72 0 0.47 0.51 0.42 5.53 0.35 0.43
Hex 94 4F 48 0 2F 33 2A 6 23 2B
Octal 224 117 110 0 57 63 52 6 43 53
Binary 10010100 1001111 1001000 0 101111 110011 101010 110 100011 101011

Color Harmonies of #944F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944F48

Black with #944F48

Text Example


Text Example

White with #944F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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