Html Css Color HEX #98514D Copper Rust

📋 copy color: '#98514D'

red 152 ◦ green 81 ◦ blue 77

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

Shades of Copper Rust #98514D

Tints of Copper Rust #98514D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.84%

R = 49.03%
G = 26.13%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.40

RGB Variations

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

Color information

#98514D (or 0x98514D) is known color: Copper Rust. HEX triplet: 98, 51 and 4D. RGB value is (152,81,77). Sum of RGB (Red+Green+Blue) = 152+81+77=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #98514D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98514D is #67AEB2. Grayscale: #656565. Windows color (decimal): -6794931 or 5067160. OLE color: 5067160.

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

Color convert

RGB 152 81 77 -
CMYK 0 0.47 0.49 0.40
HSL 3.2º 0.33% 0.45% -
HSV(B) 3.2º 0.49% 0.6% -
XYZ 17.23 13.1 8.64 -
YUV 101.77 114.02 163.83 -
System Red Green Blue C M Y K H S L
Decimal 152 81 77 0 0.47 0.49 0.40 3.2 0.33 0.45
Hex 98 51 4D 0 2F 31 28 3 21 2D
Octal 230 121 115 0 57 61 50 3 41 55
Binary 10011000 1010001 1001101 0 101111 110001 101000 11 100001 101101

Color Harmonies of #98514D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98514D

Black with #98514D

Text Example


Text Example

White with #98514D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98514D; }

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

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

background-color css

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

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

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

border-color css

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

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

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