Html Css Color HEX #9C5653 Copper Rust

📋 copy color: '#9C5653'

red 156 ◦ green 86 ◦ blue 83

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

Shades of Copper Rust #9C5653

Tints of Copper Rust #9C5653

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.46%

 BLUE value IS 83 (32.81% from 255) = 25.54%

R = 48%
G = 26.46%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.39

RGB Variations

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

Color information

#9C5653 (or 0x9C5653) is known color: Copper Rust. HEX triplet: 9C, 56 and 53. RGB value is (156,86,83). Sum of RGB (Red+Green+Blue) = 156+86+83=325 (43% of max value = 765). Red value is 156 (61.33% from 255 or 48% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 83 (32.81% from 255 or 25.54% from 325); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5653 is #63A9AC. Grayscale: #6A6A6A. Windows color (decimal): -6531501 or 5461660. OLE color: 5461660.

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

Color convert

RGB 156 86 83 -
CMYK 0 0.45 0.47 0.39
HSL 2.47º 0.31% 0.47% -
HSV(B) 2.47º 0.47% 0.61% -
XYZ 18.6 14.35 9.97 -
YUV 106.59 114.69 163.24 -
System Red Green Blue C M Y K H S L
Decimal 156 86 83 0 0.45 0.47 0.39 2.47 0.31 0.47
Hex 9C 56 53 0 2D 2F 27 2 1F 2F
Octal 234 126 123 0 55 57 47 2 37 57
Binary 10011100 1010110 1010011 0 101101 101111 100111 10 11111 101111

Color Harmonies of #9C5653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5653

Black with #9C5653

Text Example


Text Example

White with #9C5653

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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