Html Css Color HEX #98554B Copper Rust

📋 copy color: '#98554B'

red 152 ◦ green 85 ◦ blue 75

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

Shades of Copper Rust #98554B

Tints of Copper Rust #98554B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.24%

 BLUE value IS 75 (29.69% from 255) = 24.04%

R = 48.72%
G = 27.24%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#98554B (or 0x98554B) is known color: Copper Rust. HEX triplet: 98, 55 and 4B. RGB value is (152,85,75). Sum of RGB (Red+Green+Blue) = 152+85+75=312 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.72% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 152 - color contains mainly: red. Hex color #98554B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98554B is #67AAB4. Grayscale: #686868. Windows color (decimal): -6793909 or 4937112. OLE color: 4937112.

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

Color convert

RGB 152 85 75 -
CMYK 0 0.44 0.51 0.40
HSL 7.79º 0.34% 0.45% -
HSV(B) 7.79º 0.51% 0.6% -
XYZ 17.47 13.68 8.38 -
YUV 103.89 111.7 162.31 -
System Red Green Blue C M Y K H S L
Decimal 152 85 75 0 0.44 0.51 0.40 7.79 0.34 0.45
Hex 98 55 4B 0 2C 33 28 8 22 2D
Octal 230 125 113 0 54 63 50 10 42 55
Binary 10011000 1010101 1001011 0 101100 110011 101000 1000 100010 101101

Color Harmonies of #98554B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98554B

Black with #98554B

Text Example


Text Example

White with #98554B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98554B; }

 p { color: rgb(152,85,75); }

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

background-color css

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

 a { background-color: rgb(152,85,75); }

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

border-color css

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

 span { border-color: rgb(152,85,75); }

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