Html Css Color HEX #9C534C Copper Rust

📋 copy color: '#9C534C'

red 156 ◦ green 83 ◦ blue 76

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

Shades of Copper Rust #9C534C

Tints of Copper Rust #9C534C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.35%

 BLUE value IS 76 (30.08% from 255) = 24.13%

R = 49.52%
G = 26.35%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.39

RGB Variations

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

Color information

#9C534C (or 0x9C534C) is known color: Copper Rust. HEX triplet: 9C, 53 and 4C. RGB value is (156,83,76). Sum of RGB (Red+Green+Blue) = 156+83+76=315 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.52% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 76 (30.08% from 255 or 24.13% from 315); Max value from RGB is 156 - color contains mainly: red. Hex color #9C534C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C534C is #63ACB3. Grayscale: #686868. Windows color (decimal): -6532276 or 5002140. OLE color: 5002140.

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

Color convert

RGB 156 83 76 -
CMYK 0 0.47 0.51 0.39
HSL 5.25º 0.34% 0.45% -
HSV(B) 5.25º 0.51% 0.61% -
XYZ 18.11 13.78 8.54 -
YUV 104.03 112.18 165.07 -
System Red Green Blue C M Y K H S L
Decimal 156 83 76 0 0.47 0.51 0.39 5.25 0.34 0.45
Hex 9C 53 4C 0 2F 33 27 5 22 2D
Octal 234 123 114 0 57 63 47 5 42 55
Binary 10011100 1010011 1001100 0 101111 110011 100111 101 100010 101101

Color Harmonies of #9C534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C534C

Black with #9C534C

Text Example


Text Example

White with #9C534C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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