Html Css Color HEX #995449 Copper Rust

📋 copy color: '#995449'

red 153 ◦ green 84 ◦ blue 73

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

Shades of Copper Rust #995449

Tints of Copper Rust #995449

RGB

 RED value IS 153 (60.16% from 255) = 49.35%

 GREEN value IS 84 (33.2% from 255) = 27.1%

 BLUE value IS 73 (28.91% from 255) = 23.55%

R = 49.35%
G = 27.1%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#995449 (or 0x995449) is known color: Copper Rust. HEX triplet: 99, 54 and 49. RGB value is (153,84,73). Sum of RGB (Red+Green+Blue) = 153+84+73=310 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.35% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 153 - color contains mainly: red. Hex color #995449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995449 is #66ABB6. Grayscale: #676767. Windows color (decimal): -6728631 or 4805785. OLE color: 4805785.

HSL color Cylindrical-coordinate representation of color #995449: hue angle of 8.25º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #995449 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 84 73 -
CMYK 0 0.45 0.52 0.4
HSL 8.25º 0.35% 0.44% -
HSV(B) 8.25º 0.52% 0.6% -
XYZ 17.51 13.59 8 -
YUV 103.38 110.86 163.39 -
System Red Green Blue C M Y K H S L
Decimal 153 84 73 0 0.45 0.52 0.4 8.25 0.35 0.44
Hex 99 54 49 0 2D 34 28 8 23 2C
Octal 231 124 111 0 55 64 50 10 43 54
Binary 10011001 1010100 1001001 0 101101 110100 101000 1000 100011 101100

Color Harmonies of #995449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995449

Black with #995449

Text Example


Text Example

White with #995449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995449; }

 p { color: rgb(153,84,73); }

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

background-color css

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

 a { background-color: rgb(153,84,73); }

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

border-color css

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

 span { border-color: rgb(153,84,73); }

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