Html Css Color HEX #9C524D Copper Rust

📋 copy color: '#9C524D'

red 156 ◦ green 82 ◦ blue 77

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

Shades of Copper Rust #9C524D

Tints of Copper Rust #9C524D

RGB

 RED value IS 156 (61.33% from 255) = 49.52%

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

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

R = 49.52%
G = 26.03%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.39

RGB Variations

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

Color information

#9C524D (or 0x9C524D) is known color: Copper Rust. HEX triplet: 9C, 52 and 4D. RGB value is (156,82,77). Sum of RGB (Red+Green+Blue) = 156+82+77=315 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.52% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 156 - color contains mainly: red. Hex color #9C524D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C524D is #63ADB2. Grayscale: #676767. Windows color (decimal): -6532531 or 5067420. OLE color: 5067420.

HSL color Cylindrical-coordinate representation of color #9C524D: hue angle of 3.8º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C524D is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 82 77 -
CMYK 0 0.47 0.51 0.39
HSL 3.8º 0.34% 0.46% -
HSV(B) 3.8º 0.51% 0.61% -
XYZ 18.07 13.64 8.7 -
YUV 103.56 113.02 165.41 -
System Red Green Blue C M Y K H S L
Decimal 156 82 77 0 0.47 0.51 0.39 3.8 0.34 0.46
Hex 9C 52 4D 0 2F 33 27 4 22 2E
Octal 234 122 115 0 57 63 47 4 42 56
Binary 10011100 1010010 1001101 0 101111 110011 100111 100 100010 101110

Color Harmonies of #9C524D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C524D

Black with #9C524D

Text Example


Text Example

White with #9C524D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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