Html Css Color HEX #9F5755 Copper Rust

📋 copy color: '#9F5755'

red 159 ◦ green 87 ◦ blue 85

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

Shades of Copper Rust #9F5755

Tints of Copper Rust #9F5755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.68%

R = 48.04%
G = 26.28%
B = 25.68%

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

#9F5755 (or 0x9F5755) is known color: Copper Rust. HEX triplet: 9F, 57 and 55. RGB value is (159,87,85). Sum of RGB (Red+Green+Blue) = 159+87+85=331 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.04% from 331); Green value is 87 (34.38% from 255 or 26.28% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5755 is #60A8AA. Grayscale: #6C6C6C. Windows color (decimal): -6334635 or 5592991. OLE color: 5592991.

HSL color Cylindrical-coordinate representation of color #9F5755: hue angle of 1.62º degrees, saturation: 0.3, 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 #9F5755 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 87 85 -
CMYK 0 0.45 0.47 0.38
HSL 1.62º 0.3% 0.48% -
HSV(B) 1.62º 0.47% 0.62% -
XYZ 19.35 14.84 10.44 -
YUV 108.3 114.85 164.16 -
System Red Green Blue C M Y K H S L
Decimal 159 87 85 0 0.45 0.47 0.38 1.62 0.3 0.48
Hex 9F 57 55 0 2D 2F 26 2 1E 30
Octal 237 127 125 0 55 57 46 2 36 60
Binary 10011111 1010111 1010101 0 101101 101111 100110 10 11110 110000

Color Harmonies of #9F5755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5755

Black with #9F5755

Text Example


Text Example

White with #9F5755

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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