Html Css Color HEX #98534B Copper Rust

📋 copy color: '#98534B'

red 152 ◦ green 83 ◦ blue 75

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

Shades of Copper Rust #98534B

Tints of Copper Rust #98534B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.77%

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

R = 49.03%
G = 26.77%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#98534B (or 0x98534B) is known color: Copper Rust. HEX triplet: 98, 53 and 4B. RGB value is (152,83,75). Sum of RGB (Red+Green+Blue) = 152+83+75=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #98534B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98534B is #67ACB4. Grayscale: #666666. Windows color (decimal): -6794421 or 4936600. OLE color: 4936600.

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

Color convert

RGB 152 83 75 -
CMYK 0 0.45 0.51 0.40
HSL 6.23º 0.34% 0.45% -
HSV(B) 6.23º 0.51% 0.6% -
XYZ 17.31 13.37 8.32 -
YUV 102.72 112.36 163.15 -
System Red Green Blue C M Y K H S L
Decimal 152 83 75 0 0.45 0.51 0.40 6.23 0.34 0.45
Hex 98 53 4B 0 2D 33 28 6 22 2D
Octal 230 123 113 0 55 63 50 6 42 55
Binary 10011000 1010011 1001011 0 101101 110011 101000 110 100010 101101

Color Harmonies of #98534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98534B

Black with #98534B

Text Example


Text Example

White with #98534B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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