#98534B

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

Shades of Copper Rust #98534B

Tints of Copper Rust #98534B

Color information

#98534B (or 0x98534B) is unknown color: approx Copper Rust. HEX triplet: 98, 53 and 4B. RGB value is (152,83,75). Sum of RGB (Red+Green+Blue) = 152+83+75=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #98534B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98534B is #67ACB4. Grayscale: #666666. Windows color (decimal): -6794421 or 4936600. OLE color: 4936600.

HSL color Cylindrical-coordinate representation of color #98534B: hue angle of 6.23º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #98534B is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB1528375-
CMYK00.450.510.40
HSL6.23º33.92%44.51%-
HSV(B)6.23º50.66%59.61%-
XYZ17.3113.378.32-
YUV102.72112.36163.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.03%
GREEN value IS 83 (32.81% from 255) = 26.77%
BLUE value IS 75 (29.69% from 255) = 24.19%
R=49.03%
G=26.77%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152837500.450.510.406.2333.9244.51
Hex98534B02D33286222d
Octal230123113055635064255
Binary10011000101001110010110101101110011101000110100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98534B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98534B; }

 p { color: rgb(152,83,75); }

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

<style>
 a { background-color: #98534B; }

 a { background-color: rgb(152,83,75); }

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

<style>
 span { border-color: #98534B; }

 span { border-color: rgb(152,83,75); }

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