Html Css Color HEX #985453 Copper Rust

📋 copy color: '#985453'

red 152 ◦ green 84 ◦ blue 83

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

Shades of Copper Rust #985453

Tints of Copper Rust #985453

RGB

 RED value IS 152 (59.77% from 255) = 47.65%

 GREEN value IS 84 (33.2% from 255) = 26.33%

 BLUE value IS 83 (32.81% from 255) = 26.02%

R = 47.65%
G = 26.33%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.40

RGB Variations

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

Color information

#985453 (or 0x985453) is known color: Copper Rust. HEX triplet: 98, 54 and 53. RGB value is (152,84,83). Sum of RGB (Red+Green+Blue) = 152+84+83=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 83 (32.81% from 255 or 26.02% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #985453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985453 is #67ABAC. Grayscale: #686868. Windows color (decimal): -6794157 or 5461144. OLE color: 5461144.

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

Color convert

RGB 152 84 83 -
CMYK 0 0.45 0.45 0.40
HSL 0.87º 0.29% 0.46% -
HSV(B) 0.87º 0.45% 0.6% -
XYZ 17.68 13.64 9.88 -
YUV 104.22 116.03 162.08 -
System Red Green Blue C M Y K H S L
Decimal 152 84 83 0 0.45 0.45 0.40 0.87 0.29 0.46
Hex 98 54 53 0 2D 2D 28 1 1D 2E
Octal 230 124 123 0 55 55 50 1 35 56
Binary 10011000 1010100 1010011 0 101101 101101 101000 1 11101 101110

Color Harmonies of #985453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985453

Black with #985453

Text Example


Text Example

White with #985453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985453; }

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

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

background-color css

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

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

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

border-color css

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

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

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