Html Css Color HEX #9F5753 Copper Rust

📋 copy color: '#9F5753'

red 159 ◦ green 87 ◦ blue 83

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

Shades of Copper Rust #9F5753

Tints of Copper Rust #9F5753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25.23%

R = 48.33%
G = 26.44%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.48

 K value IS 0.38

RGB Variations

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

Color information

#9F5753 (or 0x9F5753) is known color: Copper Rust. HEX triplet: 9F, 57 and 53. RGB value is (159,87,83). Sum of RGB (Red+Green+Blue) = 159+87+83=329 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.33% from 329); Green value is 87 (34.38% from 255 or 26.44% from 329); Blue value is 83 (32.81% from 255 or 25.23% from 329); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5753 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5753 is #60A8AC. Grayscale: #6C6C6C. Windows color (decimal): -6334637 or 5461919. OLE color: 5461919.

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

Color convert

RGB 159 87 83 -
CMYK 0 0.45 0.48 0.38
HSL 3.16º 0.31% 0.47% -
HSV(B) 3.16º 0.48% 0.62% -
XYZ 19.27 14.81 10.03 -
YUV 108.07 113.85 164.33 -
System Red Green Blue C M Y K H S L
Decimal 159 87 83 0 0.45 0.48 0.38 3.16 0.31 0.47
Hex 9F 57 53 0 2D 30 26 3 1F 2F
Octal 237 127 123 0 55 60 46 3 37 57
Binary 10011111 1010111 1010011 0 101101 110000 100110 11 11111 101111

Color Harmonies of #9F5753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5753

Black with #9F5753

Text Example


Text Example

White with #9F5753

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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