Html Css Color HEX #95564D Copper Rust

📋 copy color: '#95564D'

red 149 ◦ green 86 ◦ blue 77

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

Shades of Copper Rust #95564D

Tints of Copper Rust #95564D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.56%

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

R = 47.76%
G = 27.56%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#95564D (or 0x95564D) is known color: Copper Rust. HEX triplet: 95, 56 and 4D. RGB value is (149,86,77). Sum of RGB (Red+Green+Blue) = 149+86+77=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 149 - color contains mainly: red. Hex color #95564D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95564D is #6AA9B2. Grayscale: #676767. Windows color (decimal): -6990259 or 5068437. OLE color: 5068437.

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

Color convert

RGB 149 86 77 -
CMYK 0 0.42 0.48 0.42
HSL 7.5º 0.32% 0.44% -
HSV(B) 7.5º 0.48% 0.58% -
XYZ 17.06 13.58 8.74 -
YUV 103.81 112.87 160.23 -
System Red Green Blue C M Y K H S L
Decimal 149 86 77 0 0.42 0.48 0.42 7.5 0.32 0.44
Hex 95 56 4D 0 2A 30 2A 8 20 2C
Octal 225 126 115 0 52 60 52 10 40 54
Binary 10010101 1010110 1001101 0 101010 110000 101010 1000 100000 101100

Color Harmonies of #95564D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95564D

Black with #95564D

Text Example


Text Example

White with #95564D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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