Html Css Color HEX #98514A Copper Rust

📋 copy color: '#98514A'

red 152 ◦ green 81 ◦ blue 74

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

Shades of Copper Rust #98514A

Tints of Copper Rust #98514A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.1%

R = 49.51%
G = 26.38%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#98514A (or 0x98514A) is known color: Copper Rust. HEX triplet: 98, 51 and 4A. RGB value is (152,81,74). Sum of RGB (Red+Green+Blue) = 152+81+74=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #98514A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98514A is #67AEB5. Grayscale: #656565. Windows color (decimal): -6794934 or 4870552. OLE color: 4870552.

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

Color convert

RGB 152 81 74 -
CMYK 0 0.47 0.51 0.40
HSL 5.38º 0.35% 0.44% -
HSV(B) 5.38º 0.51% 0.6% -
XYZ 17.13 13.05 8.1 -
YUV 101.43 112.52 164.07 -
System Red Green Blue C M Y K H S L
Decimal 152 81 74 0 0.47 0.51 0.40 5.38 0.35 0.44
Hex 98 51 4A 0 2F 33 28 5 23 2C
Octal 230 121 112 0 57 63 50 5 43 54
Binary 10011000 1010001 1001010 0 101111 110011 101000 101 100011 101100

Color Harmonies of #98514A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98514A

Black with #98514A

Text Example


Text Example

White with #98514A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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