Html Css Color HEX #98514B Copper Rust

📋 copy color: '#98514B'

red 152 ◦ green 81 ◦ blue 75

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

Shades of Copper Rust #98514B

Tints of Copper Rust #98514B

RGB

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

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

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

R = 49.35%
G = 26.3%
B = 24.35%

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

#98514B (or 0x98514B) is known color: Copper Rust. HEX triplet: 98, 51 and 4B. RGB value is (152,81,75). Sum of RGB (Red+Green+Blue) = 152+81+75=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #98514B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98514B is #67AEB4. Grayscale: #656565. Windows color (decimal): -6794933 or 4936088. OLE color: 4936088.

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

Color convert

RGB 152 81 75 -
CMYK 0 0.47 0.51 0.40
HSL 4.68º 0.34% 0.45% -
HSV(B) 4.68º 0.51% 0.6% -
XYZ 17.16 13.07 8.27 -
YUV 101.55 113.02 163.99 -
System Red Green Blue C M Y K H S L
Decimal 152 81 75 0 0.47 0.51 0.40 4.68 0.34 0.45
Hex 98 51 4B 0 2F 33 28 5 22 2D
Octal 230 121 113 0 57 63 50 5 42 55
Binary 10011000 1010001 1001011 0 101111 110011 101000 101 100010 101101

Color Harmonies of #98514B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98514B

Black with #98514B

Text Example


Text Example

White with #98514B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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