Html Css Color HEX #9D4F4D Copper Rust

📋 copy color: '#9D4F4D'

red 157 ◦ green 79 ◦ blue 77

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

Shades of Copper Rust #9D4F4D

Tints of Copper Rust #9D4F4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.6%

R = 50.16%
G = 25.24%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.38

RGB Variations

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

Color information

#9D4F4D (or 0x9D4F4D) is known color: Copper Rust. HEX triplet: 9D, 4F and 4D. RGB value is (157,79,77). Sum of RGB (Red+Green+Blue) = 157+79+77=313 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.16% from 313); Green value is 79 (31.25% from 255 or 25.24% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D4F4D is #62B0B2. Grayscale: #666666. Windows color (decimal): -6467763 or 5066653. OLE color: 5066653.

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

Color convert

RGB 157 79 77 -
CMYK 0 0.50 0.51 0.38
HSL 1.5º 0.34% 0.46% -
HSV(B) 1.5º 0.51% 0.62% -
XYZ 18.04 13.3 8.64 -
YUV 102.09 113.84 167.16 -
System Red Green Blue C M Y K H S L
Decimal 157 79 77 0 0.50 0.51 0.38 1.5 0.34 0.46
Hex 9D 4F 4D 0 32 33 26 2 22 2E
Octal 235 117 115 0 62 63 46 2 42 56
Binary 10011101 1001111 1001101 0 110010 110011 100110 10 100010 101110

Color Harmonies of #9D4F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4F4D

Black with #9D4F4D

Text Example


Text Example

White with #9D4F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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