Html Css Color HEX #9C5A56 Copper Rust

📋 copy color: '#9C5A56'

red 156 ◦ green 90 ◦ blue 86

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

Shades of Copper Rust #9C5A56

Tints of Copper Rust #9C5A56

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.11%

 BLUE value IS 86 (33.98% from 255) = 25.9%

R = 46.99%
G = 27.11%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.45

 K value IS 0.39

RGB Variations

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

Color information

#9C5A56 (or 0x9C5A56) is known color: Copper Rust. HEX triplet: 9C, 5A and 56. RGB value is (156,90,86). Sum of RGB (Red+Green+Blue) = 156+90+86=332 (43% of max value = 765). Red value is 156 (61.33% from 255 or 46.99% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 86 (33.98% from 255 or 25.90% from 332); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5A56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5A56 is #63A5A9. Grayscale: #6D6D6D. Windows color (decimal): -6530474 or 5659292. OLE color: 5659292.

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

Color convert

RGB 156 90 86 -
CMYK 0 0.42 0.45 0.39
HSL 3.43º 0.29% 0.47% -
HSV(B) 3.43º 0.45% 0.61% -
XYZ 19.05 15.05 10.71 -
YUV 109.28 114.87 161.33 -
System Red Green Blue C M Y K H S L
Decimal 156 90 86 0 0.42 0.45 0.39 3.43 0.29 0.47
Hex 9C 5A 56 0 2A 2D 27 3 1D 2F
Octal 234 132 126 0 52 55 47 3 35 57
Binary 10011100 1011010 1010110 0 101010 101101 100111 11 11101 101111

Color Harmonies of #9C5A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5A56

Black with #9C5A56

Text Example


Text Example

White with #9C5A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,90,86); }

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

background-color css

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

 a { background-color: rgb(156,90,86); }

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

border-color css

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

 span { border-color: rgb(156,90,86); }

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