Html Css Color HEX #98504B Copper Rust

📋 copy color: '#98504B'

red 152 ◦ green 80 ◦ blue 75

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

Shades of Copper Rust #98504B

Tints of Copper Rust #98504B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.06%

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

R = 49.51%
G = 26.06%
B = 24.43%

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

#98504B (or 0x98504B) is known color: Copper Rust. HEX triplet: 98, 50 and 4B. RGB value is (152,80,75). Sum of RGB (Red+Green+Blue) = 152+80+75=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #98504B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98504B is #67AFB4. Grayscale: #656565. Windows color (decimal): -6795189 or 4935832. OLE color: 4935832.

HSL color Cylindrical-coordinate representation of color #98504B: hue angle of 3.9º 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 #98504B is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 80 75 -
CMYK 0 0.47 0.51 0.40
HSL 3.9º 0.34% 0.45% -
HSV(B) 3.9º 0.51% 0.6% -
XYZ 17.09 12.92 8.25 -
YUV 100.96 113.35 164.41 -
System Red Green Blue C M Y K H S L
Decimal 152 80 75 0 0.47 0.51 0.40 3.9 0.34 0.45
Hex 98 50 4B 0 2F 33 28 4 22 2D
Octal 230 120 113 0 57 63 50 4 42 55
Binary 10011000 1010000 1001011 0 101111 110011 101000 100 100010 101101

Color Harmonies of #98504B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98504B

Black with #98504B

Text Example


Text Example

White with #98504B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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