Html Css Color HEX #9C5350 Copper Rust

📋 copy color: '#9C5350'

red 156 ◦ green 83 ◦ blue 80

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

Shades of Copper Rust #9C5350

Tints of Copper Rust #9C5350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.08%

R = 48.9%
G = 26.02%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#9C5350 (or 0x9C5350) is known color: Copper Rust. HEX triplet: 9C, 53 and 50. RGB value is (156,83,80). Sum of RGB (Red+Green+Blue) = 156+83+80=319 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.90% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5350 is #63ACAF. Grayscale: #686868. Windows color (decimal): -6532272 or 5264284. OLE color: 5264284.

HSL color Cylindrical-coordinate representation of color #9C5350: hue angle of 2.37º degrees, saturation: 0.32, 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 #9C5350 is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 83 80 -
CMYK 0 0.47 0.49 0.39
HSL 2.37º 0.32% 0.46% -
HSV(B) 2.37º 0.49% 0.61% -
XYZ 18.25 13.83 9.3 -
YUV 104.49 114.18 164.74 -
System Red Green Blue C M Y K H S L
Decimal 156 83 80 0 0.47 0.49 0.39 2.37 0.32 0.46
Hex 9C 53 50 0 2F 31 27 2 20 2E
Octal 234 123 120 0 57 61 47 2 40 56
Binary 10011100 1010011 1010000 0 101111 110001 100111 10 100000 101110

Color Harmonies of #9C5350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5350

Black with #9C5350

Text Example


Text Example

White with #9C5350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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