Html Css Color HEX #95584F Copper Rust

📋 copy color: '#95584F'

red 149 ◦ green 88 ◦ blue 79

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

Shades of Copper Rust #95584F

Tints of Copper Rust #95584F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.85%

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

R = 47.15%
G = 27.85%
B = 25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#95584F (or 0x95584F) is known color: Copper Rust. HEX triplet: 95, 58 and 4F. RGB value is (149,88,79). Sum of RGB (Red+Green+Blue) = 149+88+79=316 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.15% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 79 (31.25% from 255 or 25% from 316); Max value from RGB is 149 - color contains mainly: red. Hex color #95584F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95584F is #6AA7B0. Grayscale: #696969. Windows color (decimal): -6989745 or 5200021. OLE color: 5200021.

HSL color Cylindrical-coordinate representation of color #95584F: hue angle of 7.71º 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 #95584F is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 88 79 -
CMYK 0 0.41 0.47 0.42
HSL 7.71º 0.31% 0.45% -
HSV(B) 7.71º 0.47% 0.58% -
XYZ 17.3 13.93 9.18 -
YUV 105.21 113.21 159.23 -
System Red Green Blue C M Y K H S L
Decimal 149 88 79 0 0.41 0.47 0.42 7.71 0.31 0.45
Hex 95 58 4F 0 29 2F 2A 8 1F 2D
Octal 225 130 117 0 51 57 52 10 37 55
Binary 10010101 1011000 1001111 0 101001 101111 101010 1000 11111 101101

Color Harmonies of #95584F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95584F

Black with #95584F

Text Example


Text Example

White with #95584F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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