Html Css Color HEX #9C5246 Copper Rust

📋 copy color: '#9C5246'

red 156 ◦ green 82 ◦ blue 70

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

Shades of Copper Rust #9C5246

Tints of Copper Rust #9C5246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.73%

R = 50.65%
G = 26.62%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.39

RGB Variations

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

Color information

#9C5246 (or 0x9C5246) is known color: Copper Rust. HEX triplet: 9C, 52 and 46. RGB value is (156,82,70). Sum of RGB (Red+Green+Blue) = 156+82+70=308 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.65% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5246 is #63ADB9. Grayscale: #666666. Windows color (decimal): -6532538 or 4608668. OLE color: 4608668.

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

Color convert

RGB 156 82 70 -
CMYK 0 0.47 0.55 0.39
HSL 8.37º 0.38% 0.44% -
HSV(B) 8.37º 0.55% 0.61% -
XYZ 17.83 13.54 7.47 -
YUV 102.76 109.52 165.98 -
System Red Green Blue C M Y K H S L
Decimal 156 82 70 0 0.47 0.55 0.39 8.37 0.38 0.44
Hex 9C 52 46 0 2F 37 27 8 26 2C
Octal 234 122 106 0 57 67 47 10 46 54
Binary 10011100 1010010 1000110 0 101111 110111 100111 1000 100110 101100

Color Harmonies of #9C5246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5246

Black with #9C5246

Text Example


Text Example

White with #9C5246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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