Html Css Color HEX #9D524B Copper Rust

📋 copy color: '#9D524B'

red 157 ◦ green 82 ◦ blue 75

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

Shades of Copper Rust #9D524B

Tints of Copper Rust #9D524B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.89%

R = 50%
G = 26.11%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.38

RGB Variations

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

Color information

#9D524B (or 0x9D524B) is known color: Copper Rust. HEX triplet: 9D, 52 and 4B. RGB value is (157,82,75). Sum of RGB (Red+Green+Blue) = 157+82+75=314 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 75 (29.69% from 255 or 23.89% from 314); Max value from RGB is 157 - color contains mainly: red. Hex color #9D524B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D524B is #62ADB4. Grayscale: #676767. Windows color (decimal): -6466997 or 4936349. OLE color: 4936349.

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

Color convert

RGB 157 82 75 -
CMYK 0 0.48 0.52 0.38
HSL 5.12º 0.35% 0.45% -
HSV(B) 5.12º 0.52% 0.62% -
XYZ 18.19 13.71 8.34 -
YUV 103.63 111.85 166.07 -
System Red Green Blue C M Y K H S L
Decimal 157 82 75 0 0.48 0.52 0.38 5.12 0.35 0.45
Hex 9D 52 4B 0 30 34 26 5 23 2D
Octal 235 122 113 0 60 64 46 5 43 55
Binary 10011101 1010010 1001011 0 110000 110100 100110 101 100011 101101

Color Harmonies of #9D524B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D524B

Black with #9D524B

Text Example


Text Example

White with #9D524B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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