Html Css Color HEX #9D5352 Copper Rust

📋 copy color: '#9D5352'

red 157 ◦ green 83 ◦ blue 82

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

Shades of Copper Rust #9D5352

Tints of Copper Rust #9D5352

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.78%

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

R = 48.76%
G = 25.78%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.38

RGB Variations

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

Color information

#9D5352 (or 0x9D5352) is known color: Copper Rust. HEX triplet: 9D, 53 and 52. RGB value is (157,83,82). Sum of RGB (Red+Green+Blue) = 157+83+82=322 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.76% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5352 is #62ACAD. Grayscale: #696969. Windows color (decimal): -6466734 or 5395357. OLE color: 5395357.

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

Color convert

RGB 157 83 82 -
CMYK 0 0.47 0.48 0.38
HSL 0.8º 0.31% 0.47% -
HSV(B) 0.8º 0.48% 0.62% -
XYZ 18.52 13.96 9.7 -
YUV 105.01 115.02 165.08 -
System Red Green Blue C M Y K H S L
Decimal 157 83 82 0 0.47 0.48 0.38 0.8 0.31 0.47
Hex 9D 53 52 0 2F 30 26 1 1F 2F
Octal 235 123 122 0 57 60 46 1 37 57
Binary 10011101 1010011 1010010 0 101111 110000 100110 1 11111 101111

Color Harmonies of #9D5352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5352

Black with #9D5352

Text Example


Text Example

White with #9D5352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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