Html Css Color HEX #9C5250 Copper Rust

📋 copy color: '#9C5250'

red 156 ◦ green 82 ◦ blue 80

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

Shades of Copper Rust #9C5250

Tints of Copper Rust #9C5250

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.79%

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

R = 49.06%
G = 25.79%
B = 25.16%

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

#9C5250 (or 0x9C5250) is known color: Copper Rust. HEX triplet: 9C, 52 and 50. RGB value is (156,82,80). Sum of RGB (Red+Green+Blue) = 156+82+80=318 (42% of max value = 765). Red value is 156 (61.33% from 255 or 49.06% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5250 is #63ADAF. Grayscale: #676767. Windows color (decimal): -6532528 or 5264028. OLE color: 5264028.

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

Color convert

RGB 156 82 80 -
CMYK 0 0.47 0.49 0.39
HSL 1.58º 0.32% 0.46% -
HSV(B) 1.58º 0.49% 0.61% -
XYZ 18.18 13.68 9.27 -
YUV 103.9 114.52 165.16 -
System Red Green Blue C M Y K H S L
Decimal 156 82 80 0 0.47 0.49 0.39 1.58 0.32 0.46
Hex 9C 52 50 0 2F 31 27 2 20 2E
Octal 234 122 120 0 57 61 47 2 40 56
Binary 10011100 1010010 1010000 0 101111 110001 100111 10 100000 101110

Color Harmonies of #9C5250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5250

Black with #9C5250

Text Example


Text Example

White with #9C5250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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