Html Css Color HEX #9C524E Copper Rust

📋 copy color: '#9C524E'

red 156 ◦ green 82 ◦ blue 78

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

Shades of Copper Rust #9C524E

Tints of Copper Rust #9C524E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24.68%

R = 49.37%
G = 25.95%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.5

 K value IS 0.39

RGB Variations

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

Color information

#9C524E (or 0x9C524E) is known color: Copper Rust. HEX triplet: 9C, 52 and 4E. RGB value is (156,82,78). Sum of RGB (Red+Green+Blue) = 156+82+78=316 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.37% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 78 (30.86% from 255 or 24.68% from 316); Max value from RGB is 156 - color contains mainly: red. Hex color #9C524E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C524E is #63ADB1. Grayscale: #676767. Windows color (decimal): -6532530 or 5132956. OLE color: 5132956.

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

Color convert

RGB 156 82 78 -
CMYK 0 0.47 0.5 0.39
HSL 3.08º 0.33% 0.46% -
HSV(B) 3.08º 0.5% 0.61% -
XYZ 18.1 13.65 8.89 -
YUV 103.67 113.52 165.33 -
System Red Green Blue C M Y K H S L
Decimal 156 82 78 0 0.47 0.5 0.39 3.08 0.33 0.46
Hex 9C 52 4E 0 2F 32 27 3 21 2E
Octal 234 122 116 0 57 62 47 3 41 56
Binary 10011100 1010010 1001110 0 101111 110010 100111 11 100001 101110

Color Harmonies of #9C524E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C524E

Black with #9C524E

Text Example


Text Example

White with #9C524E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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