Html Css Color HEX #95544C Copper Rust

📋 copy color: '#95544C'

red 149 ◦ green 84 ◦ blue 76

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

Shades of Copper Rust #95544C

Tints of Copper Rust #95544C

RGB

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

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

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

R = 48.22%
G = 27.18%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#95544C (or 0x95544C) is known color: Copper Rust. HEX triplet: 95, 54 and 4C. RGB value is (149,84,76). Sum of RGB (Red+Green+Blue) = 149+84+76=309 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.22% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 149 - color contains mainly: red. Hex color #95544C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95544C is #6AABB3. Grayscale: #666666. Windows color (decimal): -6990772 or 5002389. OLE color: 5002389.

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

Color convert

RGB 149 84 76 -
CMYK 0 0.44 0.49 0.42
HSL 6.58º 0.32% 0.44% -
HSV(B) 6.58º 0.49% 0.58% -
XYZ 16.87 13.25 8.51 -
YUV 102.52 113.03 161.15 -
System Red Green Blue C M Y K H S L
Decimal 149 84 76 0 0.44 0.49 0.42 6.58 0.32 0.44
Hex 95 54 4C 0 2C 31 2A 7 20 2C
Octal 225 124 114 0 54 61 52 7 40 54
Binary 10010101 1010100 1001100 0 101100 110001 101010 111 100000 101100

Color Harmonies of #95544C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95544C

Black with #95544C

Text Example


Text Example

White with #95544C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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