Html Css Color HEX #98514F Copper Rust

📋 copy color: '#98514F'

red 152 ◦ green 81 ◦ blue 79

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

Shades of Copper Rust #98514F

Tints of Copper Rust #98514F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.32%

R = 48.72%
G = 25.96%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.40

RGB Variations

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

Color information

#98514F (or 0x98514F) is known color: Copper Rust. HEX triplet: 98, 51 and 4F. RGB value is (152,81,79). Sum of RGB (Red+Green+Blue) = 152+81+79=312 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.72% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 79 (31.25% from 255 or 25.32% from 312); Max value from RGB is 152 - color contains mainly: red. Hex color #98514F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98514F is #67AEB0. Grayscale: #666666. Windows color (decimal): -6794929 or 5198232. OLE color: 5198232.

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

Color convert

RGB 152 81 79 -
CMYK 0 0.47 0.48 0.40
HSL 1.64º 0.32% 0.45% -
HSV(B) 1.64º 0.48% 0.6% -
XYZ 17.3 13.12 9.02 -
YUV 102 115.02 163.66 -
System Red Green Blue C M Y K H S L
Decimal 152 81 79 0 0.47 0.48 0.40 1.64 0.32 0.45
Hex 98 51 4F 0 2F 30 28 2 20 2D
Octal 230 121 117 0 57 60 50 2 40 55
Binary 10011000 1010001 1001111 0 101111 110000 101000 10 100000 101101

Color Harmonies of #98514F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98514F

Black with #98514F

Text Example


Text Example

White with #98514F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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