#9A5248

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

Shades of Copper Rust #9A5248

Tints of Copper Rust #9A5248

Color information

#9A5248 (or 0x9A5248) is unknown color: approx Copper Rust. HEX triplet: 9A, 52 and 48. RGB value is (154,82,72). Sum of RGB (Red+Green+Blue) = 154+82+72=308 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 72 (28.52% from 255 or 23.38% from 308); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5248 is #65ADB7. Grayscale: #666666. Windows color (decimal): -6663608 or 4739738. OLE color: 4739738.

HSL color Cylindrical-coordinate representation of color #9A5248: hue angle of 7.32º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9A5248 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB1548272-
CMYK00.470.530.40
HSL7.32º36.28%44.31%-
HSV(B)7.32º53.25%60.39%-
XYZ17.5113.377.79-
YUV102.39110.85164.81-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 50%
GREEN value IS 82 (32.42% from 255) = 26.62%
BLUE value IS 72 (28.52% from 255) = 23.38%
R=50%
G=26.62%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154827200.470.530.407.3236.2844.31
Hex9A524802F35287242c
Octal232122110057655074454
Binary10011010101001010010000101111110101101000111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,82,72); }

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

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

 a { background-color: rgb(154,82,72); }

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

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

 span { border-color: rgb(154,82,72); }

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