Html Css Color HEX #95554D Copper Rust

📋 copy color: '#95554D'

red 149 ◦ green 85 ◦ blue 77

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

Shades of Copper Rust #95554D

Tints of Copper Rust #95554D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.33%

 BLUE value IS 77 (30.47% from 255) = 24.76%

R = 47.91%
G = 27.33%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#95554D (or 0x95554D) is known color: Copper Rust. HEX triplet: 95, 55 and 4D. RGB value is (149,85,77). Sum of RGB (Red+Green+Blue) = 149+85+77=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #95554D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95554D is #6AAAB2. Grayscale: #676767. Windows color (decimal): -6990515 or 5068181. OLE color: 5068181.

HSL color Cylindrical-coordinate representation of color #95554D: hue angle of 6.67º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #95554D is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 85 77 -
CMYK 0 0.43 0.48 0.42
HSL 6.67º 0.32% 0.44% -
HSV(B) 6.67º 0.48% 0.58% -
XYZ 16.98 13.42 8.72 -
YUV 103.22 113.2 160.65 -
System Red Green Blue C M Y K H S L
Decimal 149 85 77 0 0.43 0.48 0.42 6.67 0.32 0.44
Hex 95 55 4D 0 2B 30 2A 7 20 2C
Octal 225 125 115 0 53 60 52 7 40 54
Binary 10010101 1010101 1001101 0 101011 110000 101010 111 100000 101100

Color Harmonies of #95554D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95554D

Black with #95554D

Text Example


Text Example

White with #95554D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95554D; }

 p { color: rgb(149,85,77); }

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

background-color css

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

 a { background-color: rgb(149,85,77); }

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

border-color css

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

 span { border-color: rgb(149,85,77); }

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