Html Css Color HEX #9D534C Copper Rust

📋 copy color: '#9D534C'

red 157 ◦ green 83 ◦ blue 76

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

Shades of Copper Rust #9D534C

Tints of Copper Rust #9D534C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.05%

R = 49.68%
G = 26.27%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.38

RGB Variations

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

Color information

#9D534C (or 0x9D534C) is known color: Copper Rust. HEX triplet: 9D, 53 and 4C. RGB value is (157,83,76). Sum of RGB (Red+Green+Blue) = 157+83+76=316 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.68% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 76 (30.08% from 255 or 24.05% from 316); Max value from RGB is 157 - color contains mainly: red. Hex color #9D534C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D534C is #62ACB3. Grayscale: #686868. Windows color (decimal): -6466740 or 5002141. OLE color: 5002141.

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

Color convert

RGB 157 83 76 -
CMYK 0 0.47 0.52 0.38
HSL 5.19º 0.35% 0.46% -
HSV(B) 5.19º 0.52% 0.62% -
XYZ 18.3 13.88 8.55 -
YUV 104.33 112.02 165.57 -
System Red Green Blue C M Y K H S L
Decimal 157 83 76 0 0.47 0.52 0.38 5.19 0.35 0.46
Hex 9D 53 4C 0 2F 34 26 5 23 2E
Octal 235 123 114 0 57 64 46 5 43 56
Binary 10011101 1010011 1001100 0 101111 110100 100110 101 100011 101110

Color Harmonies of #9D534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D534C

Black with #9D534C

Text Example


Text Example

White with #9D534C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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