Html Css Color HEX #95594F Copper Rust

📋 copy color: '#95594F'

red 149 ◦ green 89 ◦ blue 79

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

Shades of Copper Rust #95594F

Tints of Copper Rust #95594F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.08%

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

R = 47%
G = 28.08%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#95594F (or 0x95594F) is known color: Copper Rust. HEX triplet: 95, 59 and 4F. RGB value is (149,89,79). Sum of RGB (Red+Green+Blue) = 149+89+79=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 79 (31.25% from 255 or 24.92% from 317); Max value from RGB is 149 - color contains mainly: red. Hex color #95594F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95594F is #6AA6B0. Grayscale: #696969. Windows color (decimal): -6989489 or 5200277. OLE color: 5200277.

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

Color convert

RGB 149 89 79 -
CMYK 0 0.40 0.47 0.42
HSL 8.57º 0.31% 0.45% -
HSV(B) 8.57º 0.47% 0.58% -
XYZ 17.38 14.1 9.2 -
YUV 105.8 112.88 158.81 -
System Red Green Blue C M Y K H S L
Decimal 149 89 79 0 0.40 0.47 0.42 8.57 0.31 0.45
Hex 95 59 4F 0 28 2F 2A 9 1F 2D
Octal 225 131 117 0 50 57 52 11 37 55
Binary 10010101 1011001 1001111 0 101000 101111 101010 1001 11111 101101

Color Harmonies of #95594F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95594F

Black with #95594F

Text Example


Text Example

White with #95594F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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