Html Css Color HEX #9C524A Copper Rust

📋 copy color: '#9C524A'

red 156 ◦ green 82 ◦ blue 74

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

Shades of Copper Rust #9C524A

Tints of Copper Rust #9C524A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.72%

R = 50%
G = 26.28%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.39

RGB Variations

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

Color information

#9C524A (or 0x9C524A) is known color: Copper Rust. HEX triplet: 9C, 52 and 4A. RGB value is (156,82,74). Sum of RGB (Red+Green+Blue) = 156+82+74=312 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 156 - color contains mainly: red. Hex color #9C524A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C524A is #63ADB5. Grayscale: #676767. Windows color (decimal): -6532534 or 4870812. OLE color: 4870812.

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

Color convert

RGB 156 82 74 -
CMYK 0 0.47 0.53 0.39
HSL 5.85º 0.36% 0.45% -
HSV(B) 5.85º 0.53% 0.61% -
XYZ 17.96 13.6 8.16 -
YUV 103.21 111.52 165.65 -
System Red Green Blue C M Y K H S L
Decimal 156 82 74 0 0.47 0.53 0.39 5.85 0.36 0.45
Hex 9C 52 4A 0 2F 35 27 6 24 2D
Octal 234 122 112 0 57 65 47 6 44 55
Binary 10011100 1010010 1001010 0 101111 110101 100111 110 100100 101101

Color Harmonies of #9C524A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C524A

Black with #9C524A

Text Example


Text Example

White with #9C524A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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