Html Css Color HEX #9C544D Copper Rust

📋 copy color: '#9C544D'

red 156 ◦ green 84 ◦ blue 77

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

Shades of Copper Rust #9C544D

Tints of Copper Rust #9C544D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.5%

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

R = 49.21%
G = 26.5%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.51

 K value IS 0.39

RGB Variations

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

Color information

#9C544D (or 0x9C544D) is known color: Copper Rust. HEX triplet: 9C, 54 and 4D. RGB value is (156,84,77). Sum of RGB (Red+Green+Blue) = 156+84+77=317 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.21% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 156 - color contains mainly: red. Hex color #9C544D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C544D is #63ABB2. Grayscale: #686868. Windows color (decimal): -6532019 or 5067932. OLE color: 5067932.

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

Color convert

RGB 156 84 77 -
CMYK 0 0.46 0.51 0.39
HSL 5.32º 0.34% 0.46% -
HSV(B) 5.32º 0.51% 0.61% -
XYZ 18.22 13.94 8.75 -
YUV 104.73 112.35 164.57 -
System Red Green Blue C M Y K H S L
Decimal 156 84 77 0 0.46 0.51 0.39 5.32 0.34 0.46
Hex 9C 54 4D 0 2E 33 27 5 22 2E
Octal 234 124 115 0 56 63 47 5 42 56
Binary 10011100 1010100 1001101 0 101110 110011 100111 101 100010 101110

Color Harmonies of #9C544D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C544D

Black with #9C544D

Text Example


Text Example

White with #9C544D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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