Html Css Color HEX #9A4C47 Copper Rust

📋 copy color: '#9A4C47'

red 154 ◦ green 76 ◦ blue 71

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

Shades of Copper Rust #9A4C47

Tints of Copper Rust #9A4C47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 23.59%

R = 51.16%
G = 25.25%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.40

RGB Variations

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

Color information

#9A4C47 (or 0x9A4C47) is known color: Copper Rust. HEX triplet: 9A, 4C and 47. RGB value is (154,76,71). Sum of RGB (Red+Green+Blue) = 154+76+71=301 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.16% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 71 (28.12% from 255 or 23.59% from 301); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4C47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A4C47 is #65B3B8. Grayscale: #626262. Windows color (decimal): -6665145 or 4672666. OLE color: 4672666.

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

Color convert

RGB 154 76 71 -
CMYK 0 0.51 0.54 0.40
HSL 3.61º 0.37% 0.44% -
HSV(B) 3.61º 0.54% 0.6% -
XYZ 17.05 12.49 7.47 -
YUV 98.75 112.34 167.41 -
System Red Green Blue C M Y K H S L
Decimal 154 76 71 0 0.51 0.54 0.40 3.61 0.37 0.44
Hex 9A 4C 47 0 33 36 28 4 25 2C
Octal 232 114 107 0 63 66 50 4 45 54
Binary 10011010 1001100 1000111 0 110011 110110 101000 100 100101 101100

Color Harmonies of #9A4C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4C47

Black with #9A4C47

Text Example


Text Example

White with #9A4C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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