Html Css Color HEX #9C574D Copper Rust

📋 copy color: '#9C574D'

red 156 ◦ green 87 ◦ blue 77

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

Shades of Copper Rust #9C574D

Tints of Copper Rust #9C574D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.19%

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

R = 48.75%
G = 27.19%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.39

RGB Variations

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

Color information

#9C574D (or 0x9C574D) is known color: Copper Rust. HEX triplet: 9C, 57 and 4D. RGB value is (156,87,77). Sum of RGB (Red+Green+Blue) = 156+87+77=320 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.75% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 156 - color contains mainly: red. Hex color #9C574D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C574D is #63A8B2. Grayscale: #6A6A6A. Windows color (decimal): -6531251 or 5068700. OLE color: 5068700.

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

Color convert

RGB 156 87 77 -
CMYK 0 0.44 0.51 0.39
HSL 7.59º 0.34% 0.46% -
HSV(B) 7.59º 0.51% 0.61% -
XYZ 18.46 14.42 8.83 -
YUV 106.49 111.36 163.31 -
System Red Green Blue C M Y K H S L
Decimal 156 87 77 0 0.44 0.51 0.39 7.59 0.34 0.46
Hex 9C 57 4D 0 2C 33 27 8 22 2E
Octal 234 127 115 0 54 63 47 10 42 56
Binary 10011100 1010111 1001101 0 101100 110011 100111 1000 100010 101110

Color Harmonies of #9C574D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C574D

Black with #9C574D

Text Example


Text Example

White with #9C574D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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