Html Css Color HEX #9D5552 Copper Rust

📋 copy color: '#9D5552'

red 157 ◦ green 85 ◦ blue 82

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

Shades of Copper Rust #9D5552

Tints of Copper Rust #9D5552

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.23%

 BLUE value IS 82 (32.42% from 255) = 25.31%

R = 48.46%
G = 26.23%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.48

 K value IS 0.38

RGB Variations

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

Color information

#9D5552 (or 0x9D5552) is known color: Copper Rust. HEX triplet: 9D, 55 and 52. RGB value is (157,85,82). Sum of RGB (Red+Green+Blue) = 157+85+82=324 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.46% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5552 is #62AAAD. Grayscale: #6A6A6A. Windows color (decimal): -6466222 or 5395869. OLE color: 5395869.

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

Color convert

RGB 157 85 82 -
CMYK 0 0.46 0.48 0.38
HSL 2.4º 0.31% 0.47% -
HSV(B) 2.4º 0.48% 0.62% -
XYZ 18.68 14.27 9.75 -
YUV 106.19 114.35 164.24 -
System Red Green Blue C M Y K H S L
Decimal 157 85 82 0 0.46 0.48 0.38 2.4 0.31 0.47
Hex 9D 55 52 0 2E 30 26 2 1F 2F
Octal 235 125 122 0 56 60 46 2 37 57
Binary 10011101 1010101 1010010 0 101110 110000 100110 10 11111 101111

Color Harmonies of #9D5552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5552

Black with #9D5552

Text Example


Text Example

White with #9D5552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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