Html Css Color HEX #995048 Copper Rust

📋 copy color: '#995048'

red 153 ◦ green 80 ◦ blue 72

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

Shades of Copper Rust #995048

Tints of Copper Rust #995048

RGB

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

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

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

R = 50.16%
G = 26.23%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.4

RGB Variations

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

Color information

#995048 (or 0x995048) is known color: Copper Rust. HEX triplet: 99, 50 and 48. RGB value is (153,80,72). Sum of RGB (Red+Green+Blue) = 153+80+72=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #995048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995048 is #66AFB7. Grayscale: #656565. Windows color (decimal): -6729656 or 4739225. OLE color: 4739225.

HSL color Cylindrical-coordinate representation of color #995048: hue angle of 5.93º 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 #995048 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 80 72 -
CMYK 0 0.48 0.53 0.4
HSL 5.93º 0.36% 0.44% -
HSV(B) 5.93º 0.53% 0.6% -
XYZ 17.18 12.98 7.73 -
YUV 100.92 111.68 165.15 -
System Red Green Blue C M Y K H S L
Decimal 153 80 72 0 0.48 0.53 0.4 5.93 0.36 0.44
Hex 99 50 48 0 30 35 28 6 24 2C
Octal 231 120 110 0 60 65 50 6 44 54
Binary 10011001 1010000 1001000 0 110000 110101 101000 110 100100 101100

Color Harmonies of #995048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995048

Black with #995048

Text Example


Text Example

White with #995048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995048; }

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

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

background-color css

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

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

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

border-color css

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

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

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