Html Css Color HEX #9A5C54 Copper Rust

📋 copy color: '#9A5C54'

red 154 ◦ green 92 ◦ blue 84

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

Shades of Copper Rust #9A5C54

Tints of Copper Rust #9A5C54

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.88%

 BLUE value IS 84 (33.2% from 255) = 25.45%

R = 46.67%
G = 27.88%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.40

RGB Variations

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

Color information

#9A5C54 (or 0x9A5C54) is known color: Copper Rust. HEX triplet: 9A, 5C and 54. RGB value is (154,92,84). Sum of RGB (Red+Green+Blue) = 154+92+84=330 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.67% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 84 (33.20% from 255 or 25.45% from 330); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5C54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5C54 is #65A3AB. Grayscale: #6D6D6D. Windows color (decimal): -6661036 or 5528730. OLE color: 5528730.

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

Color convert

RGB 154 92 84 -
CMYK 0 0.40 0.45 0.40
HSL 6.86º 0.29% 0.47% -
HSV(B) 6.86º 0.45% 0.6% -
XYZ 18.75 15.16 10.33 -
YUV 109.63 113.54 159.65 -
System Red Green Blue C M Y K H S L
Decimal 154 92 84 0 0.40 0.45 0.40 6.86 0.29 0.47
Hex 9A 5C 54 0 28 2D 28 7 1D 2F
Octal 232 134 124 0 50 55 50 7 35 57
Binary 10011010 1011100 1010100 0 101000 101101 101000 111 11101 101111

Color Harmonies of #9A5C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5C54

Black with #9A5C54

Text Example


Text Example

White with #9A5C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,92,84); }

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

background-color css

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

 a { background-color: rgb(154,92,84); }

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

border-color css

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

 span { border-color: rgb(154,92,84); }

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