Html Css Color HEX #995149 Copper Rust

📋 copy color: '#995149'

red 153 ◦ green 81 ◦ blue 73

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

Shades of Copper Rust #995149

Tints of Copper Rust #995149

RGB

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

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

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

R = 49.84%
G = 26.38%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#995149 (or 0x995149) is known color: Copper Rust. HEX triplet: 99, 51 and 49. RGB value is (153,81,73). Sum of RGB (Red+Green+Blue) = 153+81+73=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #995149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995149 is #66AEB6. Grayscale: #656565. Windows color (decimal): -6729399 or 4805017. OLE color: 4805017.

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

Color convert

RGB 153 81 73 -
CMYK 0 0.47 0.52 0.4
HSL 0.35% 0.44% -
HSV(B) 0.52% 0.6% -
XYZ 17.28 13.14 7.93 -
YUV 101.62 111.85 164.65 -
System Red Green Blue C M Y K H S L
Decimal 153 81 73 0 0.47 0.52 0.4 6 0.35 0.44
Hex 99 51 49 0 2F 34 28 6 23 2C
Octal 231 121 111 0 57 64 50 6 43 54
Binary 10011001 1010001 1001001 0 101111 110100 101000 110 100011 101100

Color Harmonies of #995149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995149

Black with #995149

Text Example


Text Example

White with #995149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995149; }

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

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

background-color css

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

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

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

border-color css

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

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

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