Html Css Color HEX #9C5045 Copper Rust

📋 copy color: '#9C5045'

red 156 ◦ green 80 ◦ blue 69

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

Shades of Copper Rust #9C5045

Tints of Copper Rust #9C5045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.62%

R = 51.15%
G = 26.23%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.56

 K value IS 0.39

RGB Variations

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

Color information

#9C5045 (or 0x9C5045) is known color: Copper Rust. HEX triplet: 9C, 50 and 45. RGB value is (156,80,69). Sum of RGB (Red+Green+Blue) = 156+80+69=305 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.15% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 69 (27.34% from 255 or 22.62% from 305); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5045 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5045 is #63AFBA. Grayscale: #656565. Windows color (decimal): -6533051 or 4542620. OLE color: 4542620.

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

Color convert

RGB 156 80 69 -
CMYK 0 0.49 0.56 0.39
HSL 7.59º 0.39% 0.44% -
HSV(B) 7.59º 0.56% 0.61% -
XYZ 17.65 13.23 7.25 -
YUV 101.47 109.68 166.89 -
System Red Green Blue C M Y K H S L
Decimal 156 80 69 0 0.49 0.56 0.39 7.59 0.39 0.44
Hex 9C 50 45 0 31 38 27 8 27 2C
Octal 234 120 105 0 61 70 47 10 47 54
Binary 10011100 1010000 1000101 0 110001 111000 100111 1000 100111 101100

Color Harmonies of #9C5045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5045

Black with #9C5045

Text Example


Text Example

White with #9C5045

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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