Html Css Color HEX #95504F Copper Rust

📋 copy color: '#95504F'

red 149 ◦ green 80 ◦ blue 79

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

Shades of Copper Rust #95504F

Tints of Copper Rust #95504F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.65%

R = 48.38%
G = 25.97%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#95504F (or 0x95504F) is known color: Copper Rust. HEX triplet: 95, 50 and 4F. RGB value is (149,80,79). Sum of RGB (Red+Green+Blue) = 149+80+79=308 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.38% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 79 (31.25% from 255 or 25.65% from 308); Max value from RGB is 149 - color contains mainly: red. Hex color #95504F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95504F is #6AAFB0. Grayscale: #646464. Windows color (decimal): -6991793 or 5197973. OLE color: 5197973.

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

Color convert

RGB 149 80 79 -
CMYK 0 0.46 0.47 0.42
HSL 0.86º 0.31% 0.45% -
HSV(B) 0.86º 0.47% 0.58% -
XYZ 16.67 12.69 8.97 -
YUV 100.52 115.86 162.58 -
System Red Green Blue C M Y K H S L
Decimal 149 80 79 0 0.46 0.47 0.42 0.86 0.31 0.45
Hex 95 50 4F 0 2E 2F 2A 1 1F 2D
Octal 225 120 117 0 56 57 52 1 37 55
Binary 10010101 1010000 1001111 0 101110 101111 101010 1 11111 101101

Color Harmonies of #95504F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95504F

Black with #95504F

Text Example


Text Example

White with #95504F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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