Html Css Color HEX #95554C Copper Rust

📋 copy color: '#95554C'

red 149 ◦ green 85 ◦ blue 76

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

Shades of Copper Rust #95554C

Tints of Copper Rust #95554C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.52%

R = 48.06%
G = 27.42%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#95554C (or 0x95554C) is known color: Copper Rust. HEX triplet: 95, 55 and 4C. RGB value is (149,85,76). Sum of RGB (Red+Green+Blue) = 149+85+76=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 76 (30.08% from 255 or 24.52% from 310); Max value from RGB is 149 - color contains mainly: red. Hex color #95554C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95554C is #6AAAB3. Grayscale: #676767. Windows color (decimal): -6990516 or 5002645. OLE color: 5002645.

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

Color convert

RGB 149 85 76 -
CMYK 0 0.43 0.49 0.42
HSL 7.4º 0.32% 0.44% -
HSV(B) 7.4º 0.49% 0.58% -
XYZ 16.95 13.41 8.53 -
YUV 103.11 112.7 160.73 -
System Red Green Blue C M Y K H S L
Decimal 149 85 76 0 0.43 0.49 0.42 7.4 0.32 0.44
Hex 95 55 4C 0 2B 31 2A 7 20 2C
Octal 225 125 114 0 53 61 52 7 40 54
Binary 10010101 1010101 1001100 0 101011 110001 101010 111 100000 101100

Color Harmonies of #95554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95554C

Black with #95554C

Text Example


Text Example

White with #95554C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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