Html Css Color HEX #995047 Copper Rust

📋 copy color: '#995047'

red 153 ◦ green 80 ◦ blue 71

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

Shades of Copper Rust #995047

Tints of Copper Rust #995047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 23.36%

R = 50.33%
G = 26.32%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.4

RGB Variations

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

Color information

#995047 (or 0x995047) is known color: Copper Rust. HEX triplet: 99, 50 and 47. RGB value is (153,80,71). Sum of RGB (Red+Green+Blue) = 153+80+71=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #995047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995047 is #66AFB8. Grayscale: #646464. Windows color (decimal): -6729657 or 4673689. OLE color: 4673689.

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

Color convert

RGB 153 80 71 -
CMYK 0 0.48 0.54 0.4
HSL 6.59º 0.37% 0.44% -
HSV(B) 6.59º 0.54% 0.6% -
XYZ 17.14 12.96 7.56 -
YUV 100.8 111.18 165.23 -
System Red Green Blue C M Y K H S L
Decimal 153 80 71 0 0.48 0.54 0.4 6.59 0.37 0.44
Hex 99 50 47 0 30 36 28 7 25 2C
Octal 231 120 107 0 60 66 50 7 45 54
Binary 10011001 1010000 1000111 0 110000 110110 101000 111 100101 101100

Color Harmonies of #995047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995047

Black with #995047

Text Example


Text Example

White with #995047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995047; }

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

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

background-color css

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

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

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

border-color css

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

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

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