Html Css Color HEX #9C584F Copper Rust

📋 copy color: '#9C584F'

red 156 ◦ green 88 ◦ blue 79

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

Shades of Copper Rust #9C584F

Tints of Copper Rust #9C584F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.46%

R = 48.3%
G = 27.24%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#9C584F (or 0x9C584F) is known color: Copper Rust. HEX triplet: 9C, 58 and 4F. RGB value is (156,88,79). Sum of RGB (Red+Green+Blue) = 156+88+79=323 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.30% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 79 (31.25% from 255 or 24.46% from 323); Max value from RGB is 156 - color contains mainly: red. Hex color #9C584F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C584F is #63A7B0. Grayscale: #6B6B6B. Windows color (decimal): -6530993 or 5200028. OLE color: 5200028.

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

Color convert

RGB 156 88 79 -
CMYK 0 0.44 0.49 0.39
HSL 7.01º 0.33% 0.46% -
HSV(B) 7.01º 0.49% 0.61% -
XYZ 18.61 14.61 9.24 -
YUV 107.31 112.03 162.73 -
System Red Green Blue C M Y K H S L
Decimal 156 88 79 0 0.44 0.49 0.39 7.01 0.33 0.46
Hex 9C 58 4F 0 2C 31 27 7 21 2E
Octal 234 130 117 0 54 61 47 7 41 56
Binary 10011100 1011000 1001111 0 101100 110001 100111 111 100001 101110

Color Harmonies of #9C584F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C584F

Black with #9C584F

Text Example


Text Example

White with #9C584F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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