Html Css Color HEX #955854 Copper Rust

📋 copy color: '#955854'

red 149 ◦ green 88 ◦ blue 84

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

Shades of Copper Rust #955854

Tints of Copper Rust #955854

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.41%

 BLUE value IS 84 (33.2% from 255) = 26.17%

R = 46.42%
G = 27.41%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#955854 (or 0x955854) is known color: Copper Rust. HEX triplet: 95, 58 and 54. RGB value is (149,88,84). Sum of RGB (Red+Green+Blue) = 149+88+84=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 84 (33.20% from 255 or 26.17% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #955854 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955854 is #6AA7AB. Grayscale: #696969. Windows color (decimal): -6989740 or 5527701. OLE color: 5527701.

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

Color convert

RGB 149 88 84 -
CMYK 0 0.41 0.44 0.42
HSL 3.69º 0.28% 0.46% -
HSV(B) 3.69º 0.44% 0.58% -
XYZ 17.48 14.01 10.17 -
YUV 105.78 115.71 158.83 -
System Red Green Blue C M Y K H S L
Decimal 149 88 84 0 0.41 0.44 0.42 3.69 0.28 0.46
Hex 95 58 54 0 29 2C 2A 4 1C 2E
Octal 225 130 124 0 51 54 52 4 34 56
Binary 10010101 1011000 1010100 0 101001 101100 101010 100 11100 101110

Color Harmonies of #955854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955854

Black with #955854

Text Example


Text Example

White with #955854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955854; }

 p { color: rgb(149,88,84); }

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

background-color css

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

 a { background-color: rgb(149,88,84); }

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

border-color css

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

 span { border-color: rgb(149,88,84); }

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