Html Css Color HEX #9D5248 Copper Rust

📋 copy color: '#9D5248'

red 157 ◦ green 82 ◦ blue 72

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

Shades of Copper Rust #9D5248

Tints of Copper Rust #9D5248

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.37%

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

R = 50.48%
G = 26.37%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.38

RGB Variations

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

Color information

#9D5248 (or 0x9D5248) is known color: Copper Rust. HEX triplet: 9D, 52 and 48. RGB value is (157,82,72). Sum of RGB (Red+Green+Blue) = 157+82+72=311 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.48% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 72 (28.52% from 255 or 23.15% from 311); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5248 is #62ADB7. Grayscale: #676767. Windows color (decimal): -6467000 or 4739741. OLE color: 4739741.

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

Color convert

RGB 157 82 72 -
CMYK 0 0.48 0.54 0.38
HSL 7.06º 0.37% 0.45% -
HSV(B) 7.06º 0.54% 0.62% -
XYZ 18.09 13.67 7.82 -
YUV 103.29 110.35 166.31 -
System Red Green Blue C M Y K H S L
Decimal 157 82 72 0 0.48 0.54 0.38 7.06 0.37 0.45
Hex 9D 52 48 0 30 36 26 7 25 2D
Octal 235 122 110 0 60 66 46 7 45 55
Binary 10011101 1010010 1001000 0 110000 110110 100110 111 100101 101101

Color Harmonies of #9D5248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5248

Black with #9D5248

Text Example


Text Example

White with #9D5248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,82,72); }

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

background-color css

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

 a { background-color: rgb(157,82,72); }

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

border-color css

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

 span { border-color: rgb(157,82,72); }

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