Html Css Color HEX #9C5349 Copper Rust

📋 copy color: '#9C5349'

red 156 ◦ green 83 ◦ blue 73

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

Shades of Copper Rust #9C5349

Tints of Copper Rust #9C5349

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.6%

 BLUE value IS 73 (28.91% from 255) = 23.4%

R = 50%
G = 26.6%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.39

RGB Variations

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

Color information

#9C5349 (or 0x9C5349) is known color: Copper Rust. HEX triplet: 9C, 53 and 49. RGB value is (156,83,73). Sum of RGB (Red+Green+Blue) = 156+83+73=312 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5349 is #63ACB6. Grayscale: #676767. Windows color (decimal): -6532279 or 4805532. OLE color: 4805532.

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

Color convert

RGB 156 83 73 -
CMYK 0 0.47 0.53 0.39
HSL 7.23º 0.36% 0.45% -
HSV(B) 7.23º 0.53% 0.61% -
XYZ 18.01 13.74 8.01 -
YUV 103.69 110.68 165.31 -
System Red Green Blue C M Y K H S L
Decimal 156 83 73 0 0.47 0.53 0.39 7.23 0.36 0.45
Hex 9C 53 49 0 2F 35 27 7 24 2D
Octal 234 123 111 0 57 65 47 7 44 55
Binary 10011100 1010011 1001001 0 101111 110101 100111 111 100100 101101

Color Harmonies of #9C5349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5349

Black with #9C5349

Text Example


Text Example

White with #9C5349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,83,73); }

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

background-color css

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

 a { background-color: rgb(156,83,73); }

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

border-color css

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

 span { border-color: rgb(156,83,73); }

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