Html Css Color HEX #955148 Copper Rust

📋 copy color: '#955148'

red 149 ◦ green 81 ◦ blue 72

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

Shades of Copper Rust #955148

Tints of Copper Rust #955148

RGB

 RED value IS 149 (58.59% from 255) = 49.34%

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

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

R = 49.34%
G = 26.82%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#955148 (or 0x955148) is known color: Copper Rust. HEX triplet: 95, 51 and 48. RGB value is (149,81,72). Sum of RGB (Red+Green+Blue) = 149+81+72=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 72 (28.52% from 255 or 23.84% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #955148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955148 is #6AAEB7. Grayscale: #646464. Windows color (decimal): -6991544 or 4739477. OLE color: 4739477.

HSL color Cylindrical-coordinate representation of color #955148: hue angle of 7.01º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #955148 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 81 72 -
CMYK 0 0.46 0.52 0.42
HSL 7.01º 0.35% 0.43% -
HSV(B) 7.01º 0.52% 0.58% -
XYZ 16.51 12.74 7.72 -
YUV 100.31 112.03 162.73 -
System Red Green Blue C M Y K H S L
Decimal 149 81 72 0 0.46 0.52 0.42 7.01 0.35 0.43
Hex 95 51 48 0 2E 34 2A 7 23 2B
Octal 225 121 110 0 56 64 52 7 43 53
Binary 10010101 1010001 1001000 0 101110 110100 101010 111 100011 101011

Color Harmonies of #955148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955148

Black with #955148

Text Example


Text Example

White with #955148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955148; }

 p { color: rgb(149,81,72); }

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

background-color css

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

 a { background-color: rgb(149,81,72); }

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

border-color css

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

 span { border-color: rgb(149,81,72); }

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