Html Css Color HEX #9A4C49 Copper Rust

📋 copy color: '#9A4C49'

red 154 ◦ green 76 ◦ blue 73

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

Shades of Copper Rust #9A4C49

Tints of Copper Rust #9A4C49

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.08%

 BLUE value IS 73 (28.91% from 255) = 24.09%

R = 50.83%
G = 25.08%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#9A4C49 (or 0x9A4C49) is known color: Copper Rust. HEX triplet: 9A, 4C and 49. RGB value is (154,76,73). Sum of RGB (Red+Green+Blue) = 154+76+73=303 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.83% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4C49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A4C49 is #65B3B6. Grayscale: #636363. Windows color (decimal): -6665143 or 4803738. OLE color: 4803738.

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

Color convert

RGB 154 76 73 -
CMYK 0 0.51 0.53 0.40
HSL 2.22º 0.36% 0.45% -
HSV(B) 2.22º 0.53% 0.6% -
XYZ 17.11 12.52 7.82 -
YUV 98.98 113.34 167.24 -
System Red Green Blue C M Y K H S L
Decimal 154 76 73 0 0.51 0.53 0.40 2.22 0.36 0.45
Hex 9A 4C 49 0 33 35 28 2 24 2D
Octal 232 114 111 0 63 65 50 2 44 55
Binary 10011010 1001100 1001001 0 110011 110101 101000 10 100100 101101

Color Harmonies of #9A4C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4C49

Black with #9A4C49

Text Example


Text Example

White with #9A4C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,76,73); }

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

background-color css

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

 a { background-color: rgb(154,76,73); }

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

border-color css

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

 span { border-color: rgb(154,76,73); }

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