Html Css Color HEX #9A504D Copper Rust

📋 copy color: '#9A504D'

red 154 ◦ green 80 ◦ blue 77

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

Shades of Copper Rust #9A504D

Tints of Copper Rust #9A504D

RGB

 RED value IS 154 (60.55% from 255) = 49.52%

 GREEN value IS 80 (31.64% from 255) = 25.72%

 BLUE value IS 77 (30.47% from 255) = 24.76%

R = 49.52%
G = 25.72%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.40

RGB Variations

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

Color information

#9A504D (or 0x9A504D) is known color: Copper Rust. HEX triplet: 9A, 50 and 4D. RGB value is (154,80,77). Sum of RGB (Red+Green+Blue) = 154+80+77=311 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.52% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 154 - color contains mainly: red. Hex color #9A504D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A504D is #65AFB2. Grayscale: #656565. Windows color (decimal): -6664115 or 5066906. OLE color: 5066906.

HSL color Cylindrical-coordinate representation of color #9A504D: hue angle of 2.34º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9A504D is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 80 77 -
CMYK 0 0.48 0.50 0.40
HSL 2.34º 0.33% 0.45% -
HSV(B) 2.34º 0.5% 0.6% -
XYZ 17.53 13.14 8.63 -
YUV 101.78 114.02 165.24 -
System Red Green Blue C M Y K H S L
Decimal 154 80 77 0 0.48 0.50 0.40 2.34 0.33 0.45
Hex 9A 50 4D 0 30 32 28 2 21 2D
Octal 232 120 115 0 60 62 50 2 41 55
Binary 10011010 1010000 1001101 0 110000 110010 101000 10 100001 101101

Color Harmonies of #9A504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A504D

Black with #9A504D

Text Example


Text Example

White with #9A504D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,80,77); }

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

background-color css

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

 a { background-color: rgb(154,80,77); }

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

border-color css

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

 span { border-color: rgb(154,80,77); }

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