Html Css Color HEX #95564C Copper Rust

📋 copy color: '#95564C'

red 149 ◦ green 86 ◦ blue 76

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

Shades of Copper Rust #95564C

Tints of Copper Rust #95564C

RGB

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

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

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

R = 47.91%
G = 27.65%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#95564C (or 0x95564C) is known color: Copper Rust. HEX triplet: 95, 56 and 4C. RGB value is (149,86,76). Sum of RGB (Red+Green+Blue) = 149+86+76=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 76 (30.08% from 255 or 24.44% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #95564C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95564C is #6AA9B3. Grayscale: #676767. Windows color (decimal): -6990260 or 5002901. OLE color: 5002901.

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

Color convert

RGB 149 86 76 -
CMYK 0 0.42 0.49 0.42
HSL 8.22º 0.32% 0.44% -
HSV(B) 8.22º 0.49% 0.58% -
XYZ 17.03 13.57 8.56 -
YUV 103.7 112.37 160.31 -
System Red Green Blue C M Y K H S L
Decimal 149 86 76 0 0.42 0.49 0.42 8.22 0.32 0.44
Hex 95 56 4C 0 2A 31 2A 8 20 2C
Octal 225 126 114 0 52 61 52 10 40 54
Binary 10010101 1010110 1001100 0 101010 110001 101010 1000 100000 101100

Color Harmonies of #95564C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95564C

Black with #95564C

Text Example


Text Example

White with #95564C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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