Html Css Color HEX #98514C Copper Rust

📋 copy color: '#98514C'

red 152 ◦ green 81 ◦ blue 76

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

Shades of Copper Rust #98514C

Tints of Copper Rust #98514C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.6%

R = 49.19%
G = 26.21%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.50

 K value IS 0.40

RGB Variations

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

Color information

#98514C (or 0x98514C) is known color: Copper Rust. HEX triplet: 98, 51 and 4C. RGB value is (152,81,76). Sum of RGB (Red+Green+Blue) = 152+81+76=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 152 - color contains mainly: red. Hex color #98514C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98514C is #67AEB3. Grayscale: #656565. Windows color (decimal): -6794932 or 5001624. OLE color: 5001624.

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

Color convert

RGB 152 81 76 -
CMYK 0 0.47 0.50 0.40
HSL 3.95º 0.33% 0.45% -
HSV(B) 3.95º 0.5% 0.6% -
XYZ 17.2 13.08 8.46 -
YUV 101.66 113.52 163.91 -
System Red Green Blue C M Y K H S L
Decimal 152 81 76 0 0.47 0.50 0.40 3.95 0.33 0.45
Hex 98 51 4C 0 2F 32 28 4 21 2D
Octal 230 121 114 0 57 62 50 4 41 55
Binary 10011000 1010001 1001100 0 101111 110010 101000 100 100001 101101

Color Harmonies of #98514C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98514C

Black with #98514C

Text Example


Text Example

White with #98514C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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