Html Css Color HEX #9C5449 Copper Rust

📋 copy color: '#9C5449'

red 156 ◦ green 84 ◦ blue 73

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

Shades of Copper Rust #9C5449

Tints of Copper Rust #9C5449

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.84%

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

R = 49.84%
G = 26.84%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.39

RGB Variations

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

Color information

#9C5449 (or 0x9C5449) is known color: Copper Rust. HEX triplet: 9C, 54 and 49. RGB value is (156,84,73). Sum of RGB (Red+Green+Blue) = 156+84+73=313 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.84% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 73 (28.91% from 255 or 23.32% from 313); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5449 is #63ABB6. Grayscale: #686868. Windows color (decimal): -6532023 or 4805788. OLE color: 4805788.

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

Color convert

RGB 156 84 73 -
CMYK 0 0.46 0.53 0.39
HSL 7.95º 0.36% 0.45% -
HSV(B) 7.95º 0.53% 0.61% -
XYZ 18.08 13.89 8.03 -
YUV 104.27 110.35 164.89 -
System Red Green Blue C M Y K H S L
Decimal 156 84 73 0 0.46 0.53 0.39 7.95 0.36 0.45
Hex 9C 54 49 0 2E 35 27 8 24 2D
Octal 234 124 111 0 56 65 47 10 44 55
Binary 10011100 1010100 1001001 0 101110 110101 100111 1000 100100 101101

Color Harmonies of #9C5449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5449

Black with #9C5449

Text Example


Text Example

White with #9C5449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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