Html Css Color HEX #9D514A Copper Rust

📋 copy color: '#9D514A'

red 157 ◦ green 81 ◦ blue 74

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

Shades of Copper Rust #9D514A

Tints of Copper Rust #9D514A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.96%

 BLUE value IS 74 (29.3% from 255) = 23.72%

R = 50.32%
G = 25.96%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.38

RGB Variations

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

Color information

#9D514A (or 0x9D514A) is known color: Copper Rust. HEX triplet: 9D, 51 and 4A. RGB value is (157,81,74). Sum of RGB (Red+Green+Blue) = 157+81+74=312 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.32% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 157 - color contains mainly: red. Hex color #9D514A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D514A is #62AEB5. Grayscale: #676767. Windows color (decimal): -6467254 or 4870557. OLE color: 4870557.

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

Color convert

RGB 157 81 74 -
CMYK 0 0.48 0.53 0.38
HSL 5.06º 0.36% 0.45% -
HSV(B) 5.06º 0.53% 0.62% -
XYZ 18.08 13.55 8.14 -
YUV 102.93 111.68 166.57 -
System Red Green Blue C M Y K H S L
Decimal 157 81 74 0 0.48 0.53 0.38 5.06 0.36 0.45
Hex 9D 51 4A 0 30 35 26 5 24 2D
Octal 235 121 112 0 60 65 46 5 44 55
Binary 10011101 1010001 1001010 0 110000 110101 100110 101 100100 101101

Color Harmonies of #9D514A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D514A

Black with #9D514A

Text Example


Text Example

White with #9D514A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,81,74); }

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

background-color css

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

 a { background-color: rgb(157,81,74); }

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

border-color css

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

 span { border-color: rgb(157,81,74); }

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