Html Css Color HEX #9D544D Copper Rust

📋 copy color: '#9D544D'

red 157 ◦ green 84 ◦ blue 77

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

Shades of Copper Rust #9D544D

Tints of Copper Rust #9D544D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.42%

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

R = 49.37%
G = 26.42%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.51

 K value IS 0.38

RGB Variations

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

Color information

#9D544D (or 0x9D544D) is known color: Copper Rust. HEX triplet: 9D, 54 and 4D. RGB value is (157,84,77). Sum of RGB (Red+Green+Blue) = 157+84+77=318 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.37% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 157 - color contains mainly: red. Hex color #9D544D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D544D is #62ABB2. Grayscale: #696969. Windows color (decimal): -6466483 or 5067933. OLE color: 5067933.

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

Color convert

RGB 157 84 77 -
CMYK 0 0.46 0.51 0.38
HSL 5.25º 0.34% 0.46% -
HSV(B) 5.25º 0.51% 0.62% -
XYZ 18.41 14.04 8.76 -
YUV 105.03 112.18 165.07 -
System Red Green Blue C M Y K H S L
Decimal 157 84 77 0 0.46 0.51 0.38 5.25 0.34 0.46
Hex 9D 54 4D 0 2E 33 26 5 22 2E
Octal 235 124 115 0 56 63 46 5 42 56
Binary 10011101 1010100 1001101 0 101110 110011 100110 101 100010 101110

Color Harmonies of #9D544D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D544D

Black with #9D544D

Text Example


Text Example

White with #9D544D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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