Html Css Color HEX #9C504A Copper Rust

📋 copy color: '#9C504A'

red 156 ◦ green 80 ◦ blue 74

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

Shades of Copper Rust #9C504A

Tints of Copper Rust #9C504A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.81%

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

R = 50.32%
G = 25.81%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.39

RGB Variations

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

Color information

#9C504A (or 0x9C504A) is known color: Copper Rust. HEX triplet: 9C, 50 and 4A. RGB value is (156,80,74). Sum of RGB (Red+Green+Blue) = 156+80+74=310 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50.32% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 156 - color contains mainly: red. Hex color #9C504A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C504A is #63AFB5. Grayscale: #666666. Windows color (decimal): -6533046 or 4870300. OLE color: 4870300.

HSL color Cylindrical-coordinate representation of color #9C504A: hue angle of 4.39º 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 #9C504A is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 80 74 -
CMYK 0 0.49 0.53 0.39
HSL 4.39º 0.36% 0.45% -
HSV(B) 4.39º 0.53% 0.61% -
XYZ 17.81 13.3 8.11 -
YUV 102.04 112.18 166.49 -
System Red Green Blue C M Y K H S L
Decimal 156 80 74 0 0.49 0.53 0.39 4.39 0.36 0.45
Hex 9C 50 4A 0 31 35 27 4 24 2D
Octal 234 120 112 0 61 65 47 4 44 55
Binary 10011100 1010000 1001010 0 110001 110101 100111 100 100100 101101

Color Harmonies of #9C504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C504A

Black with #9C504A

Text Example


Text Example

White with #9C504A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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