Html Css Color HEX #95544D Copper Rust

📋 copy color: '#95544D'

red 149 ◦ green 84 ◦ blue 77

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

Shades of Copper Rust #95544D

Tints of Copper Rust #95544D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.1%

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

R = 48.06%
G = 27.1%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#95544D (or 0x95544D) is known color: Copper Rust. HEX triplet: 95, 54 and 4D. RGB value is (149,84,77). Sum of RGB (Red+Green+Blue) = 149+84+77=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 149 - color contains mainly: red. Hex color #95544D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95544D is #6AABB2. Grayscale: #666666. Windows color (decimal): -6990771 or 5067925. OLE color: 5067925.

HSL color Cylindrical-coordinate representation of color #95544D: hue angle of 5.83º 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 #95544D is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 84 77 -
CMYK 0 0.44 0.48 0.42
HSL 5.83º 0.32% 0.44% -
HSV(B) 5.83º 0.48% 0.58% -
XYZ 16.9 13.27 8.69 -
YUV 102.64 113.53 161.07 -
System Red Green Blue C M Y K H S L
Decimal 149 84 77 0 0.44 0.48 0.42 5.83 0.32 0.44
Hex 95 54 4D 0 2C 30 2A 6 20 2C
Octal 225 124 115 0 54 60 52 6 40 54
Binary 10010101 1010100 1001101 0 101100 110000 101010 110 100000 101100

Color Harmonies of #95544D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95544D

Black with #95544D

Text Example


Text Example

White with #95544D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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