Html Css Color HEX #9C5047 Copper Rust

📋 copy color: '#9C5047'

red 156 ◦ green 80 ◦ blue 71

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

Shades of Copper Rust #9C5047

Tints of Copper Rust #9C5047

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.06%

 BLUE value IS 71 (28.13% from 255) = 23.13%

R = 50.81%
G = 26.06%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.54

 K value IS 0.39

RGB Variations

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

Color information

#9C5047 (or 0x9C5047) is known color: Copper Rust. HEX triplet: 9C, 50 and 47. RGB value is (156,80,71). Sum of RGB (Red+Green+Blue) = 156+80+71=307 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.81% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 71 (28.12% from 255 or 23.13% from 307); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5047 is #63AFB8. Grayscale: #656565. Windows color (decimal): -6533049 or 4673692. OLE color: 4673692.

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

Color convert

RGB 156 80 71 -
CMYK 0 0.49 0.54 0.39
HSL 6.35º 0.37% 0.45% -
HSV(B) 6.35º 0.54% 0.61% -
XYZ 17.72 13.26 7.59 -
YUV 101.7 110.68 166.73 -
System Red Green Blue C M Y K H S L
Decimal 156 80 71 0 0.49 0.54 0.39 6.35 0.37 0.45
Hex 9C 50 47 0 31 36 27 6 25 2D
Octal 234 120 107 0 61 66 47 6 45 55
Binary 10011100 1010000 1000111 0 110001 110110 100111 110 100101 101101

Color Harmonies of #9C5047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5047

Black with #9C5047

Text Example


Text Example

White with #9C5047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,80,71); }

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

background-color css

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

 a { background-color: rgb(156,80,71); }

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

border-color css

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

 span { border-color: rgb(156,80,71); }

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