Html Css Color HEX #9F5754 Copper Rust

📋 copy color: '#9F5754'

red 159 ◦ green 87 ◦ blue 84

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

Shades of Copper Rust #9F5754

Tints of Copper Rust #9F5754

RGB

 RED value IS 159 (62.5% from 255) = 48.18%

 GREEN value IS 87 (34.38% from 255) = 26.36%

 BLUE value IS 84 (33.2% from 255) = 25.45%

R = 48.18%
G = 26.36%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.38

RGB Variations

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

Color information

#9F5754 (or 0x9F5754) is known color: Copper Rust. HEX triplet: 9F, 57 and 54. RGB value is (159,87,84). Sum of RGB (Red+Green+Blue) = 159+87+84=330 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.18% from 330); Green value is 87 (34.38% from 255 or 26.36% from 330); Blue value is 84 (33.20% from 255 or 25.45% from 330); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5754 is #60A8AB. Grayscale: #6C6C6C. Windows color (decimal): -6334636 or 5527455. OLE color: 5527455.

HSL color Cylindrical-coordinate representation of color #9F5754: hue angle of 2.4º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F5754 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 87 84 -
CMYK 0 0.45 0.47 0.38
HSL 2.4º 0.31% 0.48% -
HSV(B) 2.4º 0.47% 0.62% -
XYZ 19.31 14.83 10.23 -
YUV 108.19 114.35 164.24 -
System Red Green Blue C M Y K H S L
Decimal 159 87 84 0 0.45 0.47 0.38 2.4 0.31 0.48
Hex 9F 57 54 0 2D 2F 26 2 1F 30
Octal 237 127 124 0 55 57 46 2 37 60
Binary 10011111 1010111 1010100 0 101101 101111 100110 10 11111 110000

Color Harmonies of #9F5754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5754

Black with #9F5754

Text Example


Text Example

White with #9F5754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F5754; }

 p { color: rgb(159,87,84); }

 H1.HeaderClassName
 {
   color: #9F5754;
 }
 .AnyTagClassName
 {
   color: #9F5754;
 }
</style>

background-color css

<style>
 a { background-color: #9F5754; }

 a { background-color: rgb(159,87,84); }

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

border-color css

<style>
 span { border-color: #9F5754; }

 span { border-color: rgb(159,87,84); }

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