#9B5244

Color #9B5244 Copper Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Copper Rust #9B5244

Tints of Copper Rust #9B5244

Color information

#9B5244 (or 0x9B5244) is unknown color: approx Copper Rust. HEX triplet: 9B, 52 and 44. RGB value is (155,82,68). Sum of RGB (Red+Green+Blue) = 155+82+68=305 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.82% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5244 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5244 is #64ADBB. Grayscale: #666666. Windows color (decimal): -6598076 or 4477595. OLE color: 4477595.

HSL color Cylindrical-coordinate representation of color #9B5244: hue angle of 9.66º 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 #9B5244 is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.39.

Color convert

RGB1558268-
CMYK00.470.560.39
HSL9.66º39.01%43.73%-
HSV(B)9.66º56.13%60.78%-
XYZ17.5813.427.13-
YUV102.23108.68165.64-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.82%
GREEN value IS 82 (32.42% from 255) = 26.89%
BLUE value IS 68 (26.95% from 255) = 22.30%
R=50.82%
G=26.89%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.56
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155826800.470.560.399.6639.0143.73
Hex9B524402F3827a272c
Octal2331221040577047124754
Binary100110111010010100010001011111110001001111010100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,82,68); }

 H1.HeaderClassName
 {
   color: #9B5244;
 }
 .AnyTagClassName
 {
   color: #9B5244;
 }
</style>
background-color css

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

 a { background-color: rgb(155,82,68); }

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

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

 span { border-color: rgb(155,82,68); }

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