Html Css Color HEX #9D4F47 Copper Rust

📋 copy color: '#9D4F47'

red 157 ◦ green 79 ◦ blue 71

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

Shades of Copper Rust #9D4F47

Tints of Copper Rust #9D4F47

RGB

 RED value IS 157 (61.72% from 255) = 51.14%

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

 BLUE value IS 71 (28.13% from 255) = 23.13%

R = 51.14%
G = 25.73%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.55

 K value IS 0.38

RGB Variations

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

Color information

#9D4F47 (or 0x9D4F47) is known color: Copper Rust. HEX triplet: 9D, 4F and 47. RGB value is (157,79,71). Sum of RGB (Red+Green+Blue) = 157+79+71=307 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.14% from 307); Green value is 79 (31.25% from 255 or 25.73% from 307); Blue value is 71 (28.12% from 255 or 23.13% from 307); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4F47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D4F47 is #62B0B8. Grayscale: #656565. Windows color (decimal): -6467769 or 4673437. OLE color: 4673437.

HSL color Cylindrical-coordinate representation of color #9D4F47: hue angle of 5.58º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9D4F47 is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 79 71 -
CMYK 0 0.50 0.55 0.38
HSL 5.58º 0.38% 0.45% -
HSV(B) 5.58º 0.55% 0.62% -
XYZ 17.84 13.22 7.57 -
YUV 101.41 110.84 167.65 -
System Red Green Blue C M Y K H S L
Decimal 157 79 71 0 0.50 0.55 0.38 5.58 0.38 0.45
Hex 9D 4F 47 0 32 37 26 6 26 2D
Octal 235 117 107 0 62 67 46 6 46 55
Binary 10011101 1001111 1000111 0 110010 110111 100110 110 100110 101101

Color Harmonies of #9D4F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4F47

Black with #9D4F47

Text Example


Text Example

White with #9D4F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D4F47; }

 p { color: rgb(157,79,71); }

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

background-color css

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

 a { background-color: rgb(157,79,71); }

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

border-color css

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

 span { border-color: rgb(157,79,71); }

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