Html Css Color HEX #9A524D Copper Rust

📋 copy color: '#9A524D'

red 154 ◦ green 82 ◦ blue 77

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

Shades of Copper Rust #9A524D

Tints of Copper Rust #9A524D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.2%

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

R = 49.2%
G = 26.2%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.50

 K value IS 0.40

RGB Variations

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

Color information

#9A524D (or 0x9A524D) is known color: Copper Rust. HEX triplet: 9A, 52 and 4D. RGB value is (154,82,77). Sum of RGB (Red+Green+Blue) = 154+82+77=313 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.20% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 154 - color contains mainly: red. Hex color #9A524D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A524D is #65ADB2. Grayscale: #676767. Windows color (decimal): -6663603 or 5067418. OLE color: 5067418.

HSL color Cylindrical-coordinate representation of color #9A524D: hue angle of 3.9º 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 #9A524D is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 82 77 -
CMYK 0 0.47 0.50 0.40
HSL 3.9º 0.33% 0.45% -
HSV(B) 3.9º 0.5% 0.6% -
XYZ 17.68 13.44 8.68 -
YUV 102.96 113.35 164.41 -
System Red Green Blue C M Y K H S L
Decimal 154 82 77 0 0.47 0.50 0.40 3.9 0.33 0.45
Hex 9A 52 4D 0 2F 32 28 4 21 2D
Octal 232 122 115 0 57 62 50 4 41 55
Binary 10011010 1010010 1001101 0 101111 110010 101000 100 100001 101101

Color Harmonies of #9A524D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A524D

Black with #9A524D

Text Example


Text Example

White with #9A524D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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