Html Css Color HEX #9C504B Copper Rust

📋 copy color: '#9C504B'

red 156 ◦ green 80 ◦ blue 75

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

Shades of Copper Rust #9C504B

Tints of Copper Rust #9C504B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.72%

 BLUE value IS 75 (29.69% from 255) = 24.12%

R = 50.16%
G = 25.72%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.39

RGB Variations

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

Color information

#9C504B (or 0x9C504B) is known color: Copper Rust. HEX triplet: 9C, 50 and 4B. RGB value is (156,80,75). Sum of RGB (Red+Green+Blue) = 156+80+75=311 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50.16% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 156 - color contains mainly: red. Hex color #9C504B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C504B is #63AFB4. Grayscale: #666666. Windows color (decimal): -6533045 or 4935836. OLE color: 4935836.

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

Color convert

RGB 156 80 75 -
CMYK 0 0.49 0.52 0.39
HSL 3.7º 0.35% 0.45% -
HSV(B) 3.7º 0.52% 0.61% -
XYZ 17.85 13.31 8.29 -
YUV 102.15 112.68 166.41 -
System Red Green Blue C M Y K H S L
Decimal 156 80 75 0 0.49 0.52 0.39 3.7 0.35 0.45
Hex 9C 50 4B 0 31 34 27 4 23 2D
Octal 234 120 113 0 61 64 47 4 43 55
Binary 10011100 1010000 1001011 0 110001 110100 100111 100 100011 101101

Color Harmonies of #9C504B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C504B

Black with #9C504B

Text Example


Text Example

White with #9C504B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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