Html Css Color HEX #95504E Copper Rust

📋 copy color: '#95504E'

red 149 ◦ green 80 ◦ blue 78

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

Shades of Copper Rust #95504E

Tints of Copper Rust #95504E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.06%

 BLUE value IS 78 (30.86% from 255) = 25.41%

R = 48.53%
G = 26.06%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#95504E (or 0x95504E) is known color: Copper Rust. HEX triplet: 95, 50 and 4E. RGB value is (149,80,78). Sum of RGB (Red+Green+Blue) = 149+80+78=307 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.53% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 78 (30.86% from 255 or 25.41% from 307); Max value from RGB is 149 - color contains mainly: red. Hex color #95504E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95504E is #6AAFB1. Grayscale: #646464. Windows color (decimal): -6991794 or 5132437. OLE color: 5132437.

HSL color Cylindrical-coordinate representation of color #95504E: hue angle of 1.69º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #95504E is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 80 78 -
CMYK 0 0.46 0.48 0.42
HSL 1.69º 0.31% 0.45% -
HSV(B) 1.69º 0.48% 0.58% -
XYZ 16.64 12.68 8.78 -
YUV 100.4 115.36 162.66 -
System Red Green Blue C M Y K H S L
Decimal 149 80 78 0 0.46 0.48 0.42 1.69 0.31 0.45
Hex 95 50 4E 0 2E 30 2A 2 1F 2D
Octal 225 120 116 0 56 60 52 2 37 55
Binary 10010101 1010000 1001110 0 101110 110000 101010 10 11111 101101

Color Harmonies of #95504E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95504E

Black with #95504E

Text Example


Text Example

White with #95504E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95504E; }

 p { color: rgb(149,80,78); }

 H1.HeaderClassName
 {
   color: #95504E;
 }
 .AnyTagClassName
 {
   color: #95504E;
 }
</style>

background-color css

<style>
 a { background-color: #95504E; }

 a { background-color: rgb(149,80,78); }

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

border-color css

<style>
 span { border-color: #95504E; }

 span { border-color: rgb(149,80,78); }

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