Html Css Color HEX #985349 Copper Rust

📋 copy color: '#985349'

red 152 ◦ green 83 ◦ blue 73

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

Shades of Copper Rust #985349

Tints of Copper Rust #985349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 23.7%

R = 49.35%
G = 26.95%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0.40

RGB Variations

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

Color information

#985349 (or 0x985349) is known color: Copper Rust. HEX triplet: 98, 53 and 49. RGB value is (152,83,73). Sum of RGB (Red+Green+Blue) = 152+83+73=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #985349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985349 is #67ACB6. Grayscale: #666666. Windows color (decimal): -6794423 or 4805528. OLE color: 4805528.

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

Color convert

RGB 152 83 73 -
CMYK 0 0.45 0.52 0.40
HSL 7.59º 0.35% 0.44% -
HSV(B) 7.59º 0.52% 0.6% -
XYZ 17.24 13.34 7.97 -
YUV 102.49 111.36 163.31 -
System Red Green Blue C M Y K H S L
Decimal 152 83 73 0 0.45 0.52 0.40 7.59 0.35 0.44
Hex 98 53 49 0 2D 34 28 8 23 2C
Octal 230 123 111 0 55 64 50 10 43 54
Binary 10011000 1010011 1001001 0 101101 110100 101000 1000 100011 101100

Color Harmonies of #985349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985349

Black with #985349

Text Example


Text Example

White with #985349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985349; }

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

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

background-color css

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

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

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

border-color css

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

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

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