Html Css Color HEX #9C584D Copper Rust

📋 copy color: '#9C584D'

red 156 ◦ green 88 ◦ blue 77

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

Shades of Copper Rust #9C584D

Tints of Copper Rust #9C584D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.41%

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

R = 48.6%
G = 27.41%
B = 23.99%

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

#9C584D (or 0x9C584D) is known color: Copper Rust. HEX triplet: 9C, 58 and 4D. RGB value is (156,88,77). Sum of RGB (Red+Green+Blue) = 156+88+77=321 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.60% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 156 - color contains mainly: red. Hex color #9C584D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C584D is #63A7B2. Grayscale: #6B6B6B. Windows color (decimal): -6530995 or 5068956. OLE color: 5068956.

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

Color convert

RGB 156 88 77 -
CMYK 0 0.44 0.51 0.39
HSL 8.35º 0.34% 0.46% -
HSV(B) 8.35º 0.51% 0.61% -
XYZ 18.54 14.58 8.86 -
YUV 107.08 111.03 162.89 -
System Red Green Blue C M Y K H S L
Decimal 156 88 77 0 0.44 0.51 0.39 8.35 0.34 0.46
Hex 9C 58 4D 0 2C 33 27 8 22 2E
Octal 234 130 115 0 54 63 47 10 42 56
Binary 10011100 1011000 1001101 0 101100 110011 100111 1000 100010 101110

Color Harmonies of #9C584D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C584D

Black with #9C584D

Text Example


Text Example

White with #9C584D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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