Html Css Color HEX #985350 Copper Rust

📋 copy color: '#985350'

red 152 ◦ green 83 ◦ blue 80

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

Shades of Copper Rust #985350

Tints of Copper Rust #985350

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.35%

 BLUE value IS 80 (31.64% from 255) = 25.4%

R = 48.25%
G = 26.35%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#985350 (or 0x985350) is known color: Copper Rust. HEX triplet: 98, 53 and 50. RGB value is (152,83,80). Sum of RGB (Red+Green+Blue) = 152+83+80=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #985350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985350 is #67ACAF. Grayscale: #676767. Windows color (decimal): -6794416 or 5264280. OLE color: 5264280.

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

Color convert

RGB 152 83 80 -
CMYK 0 0.45 0.47 0.40
HSL 2.5º 0.31% 0.45% -
HSV(B) 2.5º 0.47% 0.6% -
XYZ 17.49 13.44 9.26 -
YUV 103.29 114.86 162.74 -
System Red Green Blue C M Y K H S L
Decimal 152 83 80 0 0.45 0.47 0.40 2.5 0.31 0.45
Hex 98 53 50 0 2D 2F 28 2 1F 2D
Octal 230 123 120 0 55 57 50 2 37 55
Binary 10011000 1010011 1010000 0 101101 101111 101000 10 11111 101101

Color Harmonies of #985350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985350

Black with #985350

Text Example


Text Example

White with #985350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985350; }

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

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

background-color css

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

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

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

border-color css

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

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

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