Html Css Color HEX #9C4F4E Copper Rust

📋 copy color: '#9C4F4E'

red 156 ◦ green 79 ◦ blue 78

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

Shades of Copper Rust #9C4F4E

Tints of Copper Rust #9C4F4E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.24%

 BLUE value IS 78 (30.86% from 255) = 24.92%

R = 49.84%
G = 25.24%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.5

 K value IS 0.39

RGB Variations

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

Color information

#9C4F4E (or 0x9C4F4E) is known color: Copper Rust. HEX triplet: 9C, 4F and 4E. RGB value is (156,79,78). Sum of RGB (Red+Green+Blue) = 156+79+78=313 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.84% from 313); Green value is 79 (31.25% from 255 or 25.24% from 313); Blue value is 78 (30.86% from 255 or 24.92% from 313); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C4F4E is #63B0B1. Grayscale: #656565. Windows color (decimal): -6533298 or 5132188. OLE color: 5132188.

HSL color Cylindrical-coordinate representation of color #9C4F4E: hue angle of 0.77º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9C4F4E is Cyan = 0, Magento = 0.49, Yellow = 0.5 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 79 78 -
CMYK 0 0.49 0.5 0.39
HSL 0.77º 0.33% 0.46% -
HSV(B) 0.77º 0.5% 0.61% -
XYZ 17.88 13.21 8.82 -
YUV 101.91 114.51 166.58 -
System Red Green Blue C M Y K H S L
Decimal 156 79 78 0 0.49 0.5 0.39 0.77 0.33 0.46
Hex 9C 4F 4E 0 31 32 27 1 21 2E
Octal 234 117 116 0 61 62 47 1 41 56
Binary 10011100 1001111 1001110 0 110001 110010 100111 1 100001 101110

Color Harmonies of #9C4F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4F4E

Black with #9C4F4E

Text Example


Text Example

White with #9C4F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,79,78); }

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

background-color css

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

 a { background-color: rgb(156,79,78); }

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

border-color css

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

 span { border-color: rgb(156,79,78); }

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