Html Css Color HEX #9A594C Copper Rust

📋 copy color: '#9A594C'

red 154 ◦ green 89 ◦ blue 76

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

Shades of Copper Rust #9A594C

Tints of Copper Rust #9A594C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.9%

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

R = 48.28%
G = 27.9%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#9A594C (or 0x9A594C) is known color: Copper Rust. HEX triplet: 9A, 59 and 4C. RGB value is (154,89,76). Sum of RGB (Red+Green+Blue) = 154+89+76=319 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.28% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 154 - color contains mainly: red. Hex color #9A594C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A594C is #65A6B3. Grayscale: #6B6B6B. Windows color (decimal): -6661812 or 5003674. OLE color: 5003674.

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

Color convert

RGB 154 89 76 -
CMYK 0 0.42 0.51 0.40
HSL 10º 0.34% 0.45% -
HSV(B) 10º 0.51% 0.6% -
XYZ 18.2 14.54 8.68 -
YUV 106.95 110.53 161.56 -
System Red Green Blue C M Y K H S L
Decimal 154 89 76 0 0.42 0.51 0.40 10 0.34 0.45
Hex 9A 59 4C 0 2A 33 28 A 22 2D
Octal 232 131 114 0 52 63 50 12 42 55
Binary 10011010 1011001 1001100 0 101010 110011 101000 1010 100010 101101

Color Harmonies of #9A594C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A594C

Black with #9A594C

Text Example


Text Example

White with #9A594C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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