Html Css Color HEX #934F48 Copper Rust

📋 copy color: '#934F48'

red 147 ◦ green 79 ◦ blue 72

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

Shades of Copper Rust #934F48

Tints of Copper Rust #934F48

RGB

 RED value IS 147 (57.81% from 255) = 49.33%

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

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

R = 49.33%
G = 26.51%
B = 24.16%

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

#934F48 (or 0x934F48) is known color: Copper Rust. HEX triplet: 93, 4F and 48. RGB value is (147,79,72). Sum of RGB (Red+Green+Blue) = 147+79+72=298 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.33% from 298); Green value is 79 (31.25% from 255 or 26.51% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 147 - color contains mainly: red. Hex color #934F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #934F48 is #6CB0B7. Grayscale: #626262. Windows color (decimal): -7123128 or 4738963. OLE color: 4738963.

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

Color convert

RGB 147 79 72 -
CMYK 0 0.46 0.51 0.42
HSL 5.6º 0.34% 0.43% -
HSV(B) 5.6º 0.51% 0.58% -
XYZ 16 12.26 7.65 -
YUV 98.53 113.03 162.57 -
System Red Green Blue C M Y K H S L
Decimal 147 79 72 0 0.46 0.51 0.42 5.6 0.34 0.43
Hex 93 4F 48 0 2E 33 2A 6 22 2B
Octal 223 117 110 0 56 63 52 6 42 53
Binary 10010011 1001111 1001000 0 101110 110011 101010 110 100010 101011

Color Harmonies of #934F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #934F48

Black with #934F48

Text Example


Text Example

White with #934F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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