Html Css Color HEX #985145 Copper Rust

📋 copy color: '#985145'

red 152 ◦ green 81 ◦ blue 69

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

Shades of Copper Rust #985145

Tints of Copper Rust #985145

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.82%

 BLUE value IS 69 (27.34% from 255) = 22.85%

R = 50.33%
G = 26.82%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.40

RGB Variations

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

Color information

#985145 (or 0x985145) is known color: Copper Rust. HEX triplet: 98, 51 and 45. RGB value is (152,81,69). Sum of RGB (Red+Green+Blue) = 152+81+69=302 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.33% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 69 (27.34% from 255 or 22.85% from 302); Max value from RGB is 152 - color contains mainly: red. Hex color #985145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985145 is #67AEBA. Grayscale: #646464. Windows color (decimal): -6794939 or 4542872. OLE color: 4542872.

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

Color convert

RGB 152 81 69 -
CMYK 0 0.47 0.55 0.40
HSL 8.67º 0.38% 0.43% -
HSV(B) 8.67º 0.55% 0.6% -
XYZ 16.97 12.99 7.24 -
YUV 100.86 110.02 164.48 -
System Red Green Blue C M Y K H S L
Decimal 152 81 69 0 0.47 0.55 0.40 8.67 0.38 0.43
Hex 98 51 45 0 2F 37 28 9 26 2B
Octal 230 121 105 0 57 67 50 11 46 53
Binary 10011000 1010001 1000101 0 101111 110111 101000 1001 100110 101011

Color Harmonies of #985145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985145

Black with #985145

Text Example


Text Example

White with #985145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985145; }

 p { color: rgb(152,81,69); }

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

background-color css

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

 a { background-color: rgb(152,81,69); }

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

border-color css

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

 span { border-color: rgb(152,81,69); }

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