Html Css Color HEX #995448 Copper Rust

📋 copy color: '#995448'

red 153 ◦ green 84 ◦ blue 72

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

Shades of Copper Rust #995448

Tints of Copper Rust #995448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.3%

R = 49.51%
G = 27.18%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.4

RGB Variations

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

Color information

#995448 (or 0x995448) is known color: Copper Rust. HEX triplet: 99, 54 and 48. RGB value is (153,84,72). Sum of RGB (Red+Green+Blue) = 153+84+72=309 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.51% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 72 (28.52% from 255 or 23.30% from 309); Max value from RGB is 153 - color contains mainly: red. Hex color #995448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995448 is #66ABB7. Grayscale: #676767. Windows color (decimal): -6728632 or 4740249. OLE color: 4740249.

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

Color convert

RGB 153 84 72 -
CMYK 0 0.45 0.53 0.4
HSL 8.89º 0.36% 0.44% -
HSV(B) 8.89º 0.53% 0.6% -
XYZ 17.48 13.58 7.83 -
YUV 103.26 110.36 163.48 -
System Red Green Blue C M Y K H S L
Decimal 153 84 72 0 0.45 0.53 0.4 8.89 0.36 0.44
Hex 99 54 48 0 2D 35 28 9 24 2C
Octal 231 124 110 0 55 65 50 11 44 54
Binary 10011001 1010100 1001000 0 101101 110101 101000 1001 100100 101100

Color Harmonies of #995448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995448

Black with #995448

Text Example


Text Example

White with #995448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995448; }

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

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

background-color css

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

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

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

border-color css

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

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

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